glcIsEnabled(3G) OpenGL Character Renderer glcIsEnabled(3G)
NAME
glcIsEnabled - test whether a boolean attribute is true
C SPECIFICATION
GLboolean glcIsEnabled( GLCenum inAttrib )
PARAMETERS
inAttrib Specifies an attribute to be tested.
DESCRIPTION
glcIsEnabled returns GLTRUE if and only if the value of the boolean
variable specified by inAttrib is GLTRUE.
Attributes that can be enabled and disabled are listed on the glcEnable
page.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
SEE ALSO
glcEnable, glcDisable
Page 1