diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_ARB_texture_compression_rgtc')
-rw-r--r-- | glew/auto/extensions/gl/GL_ARB_texture_compression_rgtc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_ARB_texture_compression_rgtc b/glew/auto/extensions/gl/GL_ARB_texture_compression_rgtc new file mode 100644 index 0000000..2ae6f71 --- /dev/null +++ b/glew/auto/extensions/gl/GL_ARB_texture_compression_rgtc @@ -0,0 +1,8 @@ +GL_ARB_texture_compression_rgtc +https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_texture_compression_rgtc.txt +GL_ARB_texture_compression_rgtc + + GL_COMPRESSED_RED_RGTC1 0x8DBB + GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC + GL_COMPRESSED_RG_RGTC2 0x8DBD + GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE |