glIsEnabled

test whether a capability is enabled

Signature

glIsEnabled( GLenum ( cap ) )-> GLboolean
glIsEnabled( cap ) -> <class 'ctypes.c_ubyte'>
glIsEnabled, glIsEnabledi( )->
glIsEnabledi( GLenum ( cap ) , GLuint ( index ) )-> GLboolean
glIsEnabledi( target , index ) -> <class 'ctypes.c_ubyte'>

Parameters

VariablesDescription
cap
Specifies a symbolic constant indicating a GL capability.
index
Specifies the index of the capability.

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.

glIsEnabled
Glinter Core.py Lines: 207, 247
{LGPL} PyMT pymt/graphx/stencil.py Lines: 20, 40, 73