summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-08-25 22:15:54 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-08-25 22:15:54 +0000
commitf1a6ac2e44bc09993b8730611f5a2cd525af7cab (patch)
tree0cd827358b759903f07cb647797dfb20803aa4f7 /Graphics/GraphicsEngineOpenGL
parentFixed GLES query function names (diff)
downloadDiligentCore-f1a6ac2e44bc09993b8730611f5a2cd525af7cab.tar.gz
DiligentCore-f1a6ac2e44bc09993b8730611f5a2cd525af7cab.zip
Fixed iOS build error
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h b/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h
index bebbc669..884350d7 100644
--- a/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h
+++ b/Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h
@@ -544,3 +544,4 @@ static void (*glPolygonMode)(GLenum face, GLenum mode) = nullptr;
#define glColorMaski(...) UnsupportedGLFunctionStub("glColorMaski")
#define glFramebufferTexture(...) UnsupportedGLFunctionStub("glFramebufferTexture")
#define glFramebufferTexture1D(...) UnsupportedGLFunctionStub("glFramebufferTexture1D")
+static void (*glGetQueryObjectui64v)(GLuint id, GLenum pname, GLuint64 * params) = nullptr;