Signature
Parameters
Variables | Description |
---|---|
target |
Specifies a symbolic constant indicating the behavior to be controlled.
GL_LINE_SMOOTH_HINT
,
GL_POLYGON_SMOOTH_HINT
,
GL_TEXTURE_COMPRESSION_HINT
, and
GL_FRAGMENT_SHADER_DERIVATIVE_HINT
are accepted.
|
mode |
Specifies a symbolic constant indicating the desired behavior.
GL_FASTEST
,
GL_NICEST
, and
GL_DONT_CARE
are accepted.
|
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.
glHint
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Sketches/playground/Display3D.py
Lines: 147
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 462, 469
{LGPL or GPL or MPL} Kamaelia
Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 462, 469
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py
Lines: 462, 469