summaryrefslogtreecommitdiff
path: root/src/opengl/bind/i
blob: 6cb03064090a0b03286eabb8d66ff1653bc99f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GLboolean glIsBuffer( 	GLuint buffer);
GLboolean glIsEnabled( 	GLenum cap);
GLboolean glIsEnabledi( 	GLenum cap,	GLuint index);
GLboolean glIsFramebuffer( 	GLuint framebuffer);
GLboolean glIsProgram( 	GLuint program);
GLboolean glIsProgramPipeline( 	GLuint pipeline);
GLboolean glIsQuery( 	GLuint id);
GLboolean glIsRenderbuffer( 	GLuint renderbuffer);
GLboolean glIsSampler( 	GLuint id);
GLboolean glIsShader( 	GLuint shader);
GLboolean glIsSync( 	GLsync sync);
GLboolean glIsTexture( 	GLuint texture);
GLboolean glIsTransformFeedback( 	GLuint id);
GLboolean glIsVertexArray( 	GLuint array);