diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_EXT_texture_compression_latc')
-rw-r--r-- | glew/auto/extensions/gl/GL_EXT_texture_compression_latc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_EXT_texture_compression_latc b/glew/auto/extensions/gl/GL_EXT_texture_compression_latc new file mode 100644 index 0000000..e8fcacc --- /dev/null +++ b/glew/auto/extensions/gl/GL_EXT_texture_compression_latc @@ -0,0 +1,8 @@ +GL_EXT_texture_compression_latc +http://developer.download.nvidia.com/opengl/specs/GL_EXT_texture_compression_latc.txt +GL_EXT_texture_compression_latc + + GL_COMPRESSED_LUMINANCE_LATC1_EXT 0x8C70 + GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT 0x8C71 + GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT 0x8C72 + GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT 0x8C73 |