glValidateProgram

Validates a program object

Signature

glValidateProgram( GLuint ( program ) )-> void
glValidateProgram( program )

Parameters

VariablesDescription
program
Specifies the handle of the program object to be validated.

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.

glValidateProgram
OpenGLContext OpenGLContext/scenegraph/shaders.py Lines: 479