diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-08-25 22:15:54 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-08-25 22:15:54 +0000 |
| commit | f1a6ac2e44bc09993b8730611f5a2cd525af7cab (patch) | |
| tree | 0cd827358b759903f07cb647797dfb20803aa4f7 /Graphics/GraphicsEngineOpenGL | |
| parent | Fixed GLES query function names (diff) | |
| download | DiligentCore-f1a6ac2e44bc09993b8730611f5a2cd525af7cab.tar.gz DiligentCore-f1a6ac2e44bc09993b8730611f5a2cd525af7cab.zip | |
Fixed iOS build error
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/include/GLStubsIOS.h | 1 |
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; |
