Browse Source

GL: Added more missing ASTC formats.

Бранимир Караџић 3 years ago
parent
commit
d5230bbbda
1 changed files with 16 additions and 0 deletions
  1. 16 0
      src/renderer_gl.h

+ 16 - 0
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