Home
Docs
Install
GL
glIsShader
Determines if a name corresponds to a shader object
Signature
glIsShader
(
GLuint (
shader
)
)-> GLboolean
glIsShader
(
shader
)
-> <class 'ctypes.c_ubyte'>
Parameters
Variables
Description
shader
Specifies a potential shader object.
Copyright Notices
This documentation is based on documentation licensed under the
SGI Free Software License B
.