mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
GL: Added more missing ASTC formats.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user