blob: 1386992ff3ba8d459fbe0f1424adcffb8ae605a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
GL_ARB_compressed_texture_pixel_storage
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_compressed_texture_pixel_storage.txt
GL_ARB_compressed_texture_pixel_storage
GL_UNPACK_COMPRESSED_BLOCK_WIDTH 0x9127
GL_UNPACK_COMPRESSED_BLOCK_HEIGHT 0x9128
GL_UNPACK_COMPRESSED_BLOCK_DEPTH 0x9129
GL_UNPACK_COMPRESSED_BLOCK_SIZE 0x912A
GL_PACK_COMPRESSED_BLOCK_WIDTH 0x912B
GL_PACK_COMPRESSED_BLOCK_HEIGHT 0x912C
GL_PACK_COMPRESSED_BLOCK_DEPTH 0x912D
GL_PACK_COMPRESSED_BLOCK_SIZE 0x912E
|