(
GLenum ( target ) , GLuint ( index ) , GLboolean * ( data ))-> void
glGetBooleanv(
GLenum ( pname ) , GLboolean * ( data ))-> void
glGetDoublei_v(
GLenum ( target ) , GLuint ( index ) , GLdouble * ( data ))-> void
glGetDoublev(
GLenum ( pname ) , GLdouble * ( data ))-> void
glGetFloati_v(
GLenum ( target ) , GLuint ( index ) , GLfloat * ( data ))-> void
glGetFloatv(
GLenum ( pname ) , GLfloat * ( data ))-> void
glGetInteger64i_v(
GLenum ( target ) , GLuint ( index ) , GLint64 * ( data ))-> void
glGetInteger64v(
GLenum ( pname ) , GLint64 * ( data ))-> void
glGetIntegeri_v(
GLenum ( target ) , GLuint ( index ) , GLint * ( data ))-> void
glGetIntegerv(
GLenum ( pname ) , GLint * ( data ))-> void
Parameters Variables Description pnameSpecifies the parameter value to be returned for non-indexed versions of
glGet. The symbolic constants in the list below are accepted.
targetSpecifies the parameter value to be returned for indexed versions of
glGet. The symbolic constants in the list below are accepted.
indexSpecifies the index of the particular element being queried.
dataReturns the value or values of the specified parameter.
Sample Code ReferencesThe following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glGetBooleanv
glGetDoublev
glGetFloatv
glGetIntegerv
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4