diff --git a/src/renderer_gl.h b/src/renderer_gl.h index 1e42e5459..4c2942a03 100644 --- a/src/renderer_gl.h +++ b/src/renderer_gl.h @@ -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