retrieves simple GLUT state represented by integers.
Signature
glutGet(
GLenum(
state
)
)-> int
glutGet(
query
)
-> <class 'ctypes.c_int'>
glutGet( GLenum(query) ) -> c_int
Parameters
Variables | Description |
state
|
Name of state to retrieve.
|
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.
glutGet
Glinter
Core.py
Lines:
430, 430, 460, 460
{GPL3} OpenGL-Programmable
01-direct.py
Lines:
108, 108, 155, 155, 187, 187
{GPL3} OpenGL-Programmable
06-perpixel.py
Lines:
212, 212, 259, 259, 286, 286
{GPL3} OpenGL-Programmable
09-gles2.py
Lines:
256, 256, 313, 313, 340, 340
{GPL3} OpenGL-Programmable
03-array.py
Lines:
119, 119, 166, 166, 198, 198
{GPL3} OpenGL-Programmable
10-gl3.2core.py
Lines:
266, 266, 323, 323, 350, 350
{GPL3} OpenGL-Programmable
08-pbo.py
Lines:
234, 234, 292, 292, 319, 319
{GPL3} OpenGL-Programmable
05-shader.py
Lines:
204, 204, 251, 251, 278, 278
{GPL3} OpenGL-Programmable
07-attrib.py
Lines:
223, 223, 270, 270, 297, 297
{GPL3} OpenGL-Programmable
04-vbo.py
Lines:
138, 138, 185, 185, 217, 217