glcGetListi(3G) OpenGL Character Renderer glcGetListi(3G)
glcGetListi - return element from list
GLint glcGetListi( GLCenum inAttrib,
GLint inIndex )
inAttrib Specifies an integer list.
inIndex Specifies the index from which to retrieve the element.
glcGetListi returns the integer it finds in inAttrib at the offset
specified by inIndex.
You can choose from the following integer lists, listed below with their
element count variables:
Integer list Element count
GLC_CURRENT_FONT_LIST GLC_CURRENT_FONT_LIST_COUNT
GLC_FONT_LIST GLC_FONT_COUNT
GLC_LIST_OBJECT_LIST GLC_LIST_OBJECT_COUNT
GLC_TEXTURE_OBJECT_LIST GLC_TEXTURE_OBJECT_COUNT.
The initial value for each list is the empty list.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
GLC_PARAMETER_ERROR is generated if inIndex is less than zero or is
greater than or equal to the value of the list's element count value.
glcGetListc
PPPPaaaaggggeeee 1111 [ Back ]
|