glIsSampler

determine if a name corresponds to a sampler object

Signature

glIsSampler( GLuint ( id ) )-> GLboolean
glIsSampler( sampler ) -> <class 'ctypes.c_ubyte'>

Parameters

VariablesDescription
id
Specifies a value that may be the name of a sampler object.