Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glcgetlisti(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



glcGetListi(3G)           OpenGL Character Renderer            glcGetListi(3G)



NAME
     glcGetListi - return element from list


C SPECIFICATION
     GLint glcGetListi( GLCenum inAttrib,
                        GLint inIndex )


PARAMETERS
     inAttrib  Specifies an integer list.

     inIndex   Specifies the index from which to retrieve the element.

DESCRIPTION
     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

     GLCCURRENTFONTLIST         GLCCURRENTFONTLISTCOUNT

     GLCFONTLIST                 GLCFONTCOUNT

     GLCLISTOBJECTLIST          GLCLISTOBJECTCOUNT

     GLCTEXTUREOBJECTLIST       GLCTEXTUREOBJECTCOUNT.

     The initial value for each list is the empty list.

ERRORS
     GLCSTATEERROR is generated if the issuing thread has no current GLC
     context.

     GLCPARAMETERERROR is generated if inIndex is less than zero or is
     greater than or equal to the value of the list's element count value.

SEE ALSO
     glcGetListc













                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026