1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-24 22:43:47 +00:00
This commit is contained in:
madsbuvi 2022-04-29 21:59:26 +02:00
parent 79577f37de
commit 31a97141b7

View File

@ -200,5 +200,8 @@ namespace SceneUtil
#define GL_RGBA32UI 0x8D70
#endif
#ifndef GL_RGB9_E5
#define GL_RGB9_E5 0x8C3D
#endif
#endif