]> git.tdb.fi Git - libs/gl.git/blob - extensions/arb_uniform_buffer_object.glext
Check the flat qualifier from the correct member
[libs/gl.git] / extensions / arb_uniform_buffer_object.glext
1 extension ARB_uniform_buffer_object
2 # For some reason it's not possible to query uniform block usage in geometry
3 # shader on OpenGL ES even though similar queries are available for vertex and
4 # fragment shaders
5 ignore GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER
6 # Querying just the uniform name is not available on OpenGL ES; fortunately
7 # it's included in the information provided by glGetActiveUniform
8 ignore glGetActiveUniformName
9 # Queries related to geometry shaders additionally require the
10 # ARB_geometry_shader4 extension
11 optional GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS
12 optional GL_MAX_GEOMETRY_UNIFORM_BLOCKS