glIsProgram

Determines if a name corresponds to a program object

Signature

glIsProgram( GLuint ( program ) )-> GLboolean
glIsProgram( program ) -> <class 'ctypes.c_ubyte'>

Parameters

VariablesDescription
program
Specifies a potential program object.

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.

glIsProgram
Visvis core/shaders.py Lines: 368