summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_bindable_uniform
blob: 809123b659adf031130f1ef218a23390d27b8eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
GL_EXT_bindable_uniform
http://developer.download.nvidia.com/opengl/specs/GL_EXT_bindable_uniform.txt
GL_EXT_bindable_uniform
	GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT 0x8DE2
	GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT 0x8DE3
	GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT 0x8DE4
	GL_MAX_BINDABLE_UNIFORM_SIZE_EXT 0x8DED
	GL_UNIFORM_BUFFER_BINDING_EXT 0x8DEF
	GL_UNIFORM_BUFFER_EXT 0x8DEE
	void glUniformBufferEXT (GLuint program, GLint location, GLuint buffer)
	GLint glGetUniformBufferSizeEXT (GLuint program, GLint location)
	GLintptr glGetUniformOffsetEXT (GLuint program, GLint location)