From 041b545177a3ea9f58c6827abbafa688a8bb981a Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Tue, 20 Aug 2019 21:02:08 +0100 Subject: [PATCH] Add missing glDepthRange declaration --- include/gl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gl.h b/include/gl.h index b0b5c44..3908833 100644 --- a/include/gl.h +++ b/include/gl.h @@ -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: