A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://pyopengl.sourceforge.net/documentation/manual-3.0/glGet.html below:

PyOpenGL 3.1.0 GL Man Pages

return the value or values of a selected parameter Signature glGetBooleani_v

(

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 pname

Specifies the parameter value to be returned for non-indexed versions of

glGet

. The symbolic constants in the list below are accepted.

target

Specifies the parameter value to be returned for indexed versions of

glGet

. The symbolic constants in the list below are accepted.

index

Specifies the index of the particular element being queried.

data

Returns the value or values of the specified parameter.

Sample Code References

The 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