]> git.tdb.fi Git - libs/gl.git/blob - extensions/arb_texture_swizzle.glext
Require import module names to be identifiers
[libs/gl.git] / extensions / arb_texture_swizzle.glext
1 extension ARB_texture_swizzle
2 # OpenGL ES can't set all swizzle values at once
3 optional GL_TEXTURE_SWIZZLE_RGBA
4 # Individual color enums are not available in any reasonable extension; they
5 # were introduced to desktop OpenGL very early and to OpenGL ES in 3.0 together
6 # with swizzling
7 optional GL_GREEN
8 optional GL_BLUE