GL: Added more missing ASTC formats.

This commit is contained in:
Бранимир Караџић
2022-10-25 19:03:33 -07:00
parent 42b154d925
commit d5230bbbda

View File

@@ -558,6 +558,22 @@ typedef uint64_t GLuint64;
# define GL_COMPRESSED_RGBA_ASTC_10x6_KHR 0x93B9
#endif // GL_COMPRESSED_RGBA_ASTC_10x6_KHR
#ifndef GL_COMPRESSED_RGBA_ASTC_10x8_KHR
# define GL_COMPRESSED_RGBA_ASTC_10x8_KHR 0x93BA
#endif // GL_COMPRESSED_RGBA_ASTC_10x8_KHR
#ifndef GL_COMPRESSED_RGBA_ASTC_10x10_KHR
# define GL_COMPRESSED_RGBA_ASTC_10x10_KHR 0x93BB
#endif // GL_COMPRESSED_RGBA_ASTC_10x10_KHR
#ifndef GL_COMPRESSED_RGBA_ASTC_12x10_KHR
# define GL_COMPRESSED_RGBA_ASTC_12x10_KHR 0x93BC
#endif // GL_COMPRESSED_RGBA_ASTC_12x10_KHR
#ifndef GL_COMPRESSED_RGBA_ASTC_12x12_KHR
# define GL_COMPRESSED_RGBA_ASTC_12x12_KHR 0x93BD
#endif // GL_COMPRESSED_RGBA_ASTC_12x12_KHR
#ifndef GL_COMPRESSED_SRGB8_ASTC_4x4_KHR
# define GL_COMPRESSED_SRGB8_ASTC_4x4_KHR 0x93D0
#endif // GL_COMPRESSED_SRGB8_ASTC_4x4_KHR