[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

getdcm Subroutine

Purpose

Indicates whether depth-cue mode is on or off.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

Int32 getdcm( )

FORTRAN Syntax

LOGICAL FUNCTION GETDCM

Description

The getdcm subroutine returns True if the system is in depth-cue mode and False if it is not.

Note: This subroutine cannot be used to add to a display list.

Return Values

False System not in depth-cue mode.
True System in depth-cue mode.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/usr/include/gl/gl.h Contains C language constant and variable type definitions for GL.
/usr/include/gl/fgl.h Contains FORTRAN constant and variable type definitions for GL.

Related Information

Turning depth-cueing on and off with the depthcue subroutine.

AIX Graphics Library Overview, Performing Depth-Cueing, and Working in Color Map and RGB Modes.


[ Previous | Next | Contents | Glossary | Home | Search ]