Emscripten: Added missing define. (#3498)

This commit is contained in:
Branimir Karadžić
2025-11-14 09:44:50 -08:00
committed by GitHub
parent f888f9d9a4
commit ee2072d02f

View File

@@ -445,6 +445,10 @@ typedef uint64_t GLuint64;
# define GL_COMPRESSED_RGBA8_ETC2_EAC 0x9278
#endif // GL_COMPRESSED_RGBA8_ETC2_EAC
#ifndef GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
# define GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC 0x9279
#endif // GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
#ifndef GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
# define GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 0x9276
#endif // GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2