Skip to content

Commit

Permalink
add missing glDepthRange() stub
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Jul 10, 2017
1 parent b877f61 commit 05aaeb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rts/lib/headlessStubs/glstub.c
Expand Up @@ -500,6 +500,7 @@ GLAPI void APIENTRY glPolygonOffset(GLfloat factor, GLfloat units) {}

GLAPI void APIENTRY glPrimitiveRestartIndexNV(GLuint index) {}
GLAPI void APIENTRY glGetCompressedTexImage(GLenum target, GLint lod, GLvoid * img) {}
GLAPI void APIENTRY glDepthRange(GLdouble nearVal, GLdouble farVal) {}

#ifdef __cplusplus
} // extern "C"
Expand Down

0 comments on commit 05aaeb0

Please sign in to comment.