diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_NV_texture_compression_s3tc')
-rw-r--r-- | glew/auto/extensions/gl/GL_NV_texture_compression_s3tc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_NV_texture_compression_s3tc b/glew/auto/extensions/gl/GL_NV_texture_compression_s3tc new file mode 100644 index 0000000..036c535 --- /dev/null +++ b/glew/auto/extensions/gl/GL_NV_texture_compression_s3tc @@ -0,0 +1,8 @@ +GL_NV_texture_compression_s3tc +https://www.khronos.org/registry/OpenGL/extensions/NV/NV_texture_compression_s3tc.txt +GL_NV_texture_compression_s3tc + + GL_COMPRESSED_RGB_S3TC_DXT1_NV 0x83F0 + GL_COMPRESSED_RGBA_S3TC_DXT1_NV 0x83F1 + GL_COMPRESSED_RGBA_S3TC_DXT3_NV 0x83F2 + GL_COMPRESSED_RGBA_S3TC_DXT5_NV 0x83F3 |