Add missing glDepthRange declaration

This commit is contained in:
Luke Benstead 2019-08-20 21:02:08 +01:00
parent 57f4f62f86
commit 041b545177

View File

@ -475,6 +475,7 @@ GLAPI void APIENTRY glClearDepth(GLfloat depth);
GLAPI void APIENTRY glClearDepthf(GLfloat depth);
GLAPI void APIENTRY glDepthMask(GLboolean flag);
GLAPI void APIENTRY glDepthFunc(GLenum func);
GLAPI void APIENTRY glDepthRange(GLclampf n, GLclampf f);
/* Hints */
/* Currently Supported Capabilities: