|
NAMEglGetPointerv - return the address of the specified pointerC SPECIFICATIONvoid glGetPointerv( GLenum pname,GLvoid* *params ) PARAMETERS
DESCRIPTIONglGetPointerv returns pointer information. pname is a symbolic constant indicating the pointer to be returned, and params is a pointer to a location in which to place the returned data.NOTESglGetPointerv is available only if the GL version is 1.1 or greater.The pointers are all client-side state. The initial value for each pointer is 0. ERRORSGL_INVALID_ENUM is generated if pname is not an accepted value.SEE ALSOglArrayElement, glColorPointer, glDrawArrays, glEdgeFlagPointer, glFeedbackBuffer, glIndexPointer, glInterleavedArrays, glNormalPointer, glSelectBuffer, glTexCoordPointer, glVertexPointer Visit the GSP FreeBSD Man Page Interface. |