We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e77a1 commit d8e2b47Copy full SHA for d8e2b47
1 file changed
Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h
@@ -172,11 +172,11 @@
172
173
// Define unsupported texture parameters
174
#ifndef GL_DEPTH_STENCIL_TEXTURE_MODE
175
-# define GL_DEPTH_STENCIL_TEXTURE_MODE 0x90EA
+# define GL_DEPTH_STENCIL_TEXTURE_MODE 0x90EA
176
#endif
177
178
#ifndef GL_STENCIL_INDEX
179
-# define GL_STENCIL_INDEX 0x1901
+# define GL_STENCIL_INDEX 0x1901
180
181
182
// Define unsupported formats for OpenGL ES
0 commit comments