aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/GL/gl.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-06 06:40:35 +0100
committerSven Gothel <[email protected]>2010-11-06 06:40:35 +0100
commit809d864d88744b80e8e9374d2bbc9d939dbb58f7 (patch)
tree88e0ea98baebca47b22f267a769365e70e0d156e /make/stub_includes/opengl/GL/gl.h
parentabe789311fa607bd73277b38024b4908e350fd8c (diff)
Minor patch to headers for gluegen ; GLES2 extensions
- ifndef GLAPI - GLES2/gl2ext.h add a few basic extensions - gl-64bit-types.h: use khronos 64bit types
Diffstat (limited to 'make/stub_includes/opengl/GL/gl.h')
-rw-r--r--make/stub_includes/opengl/GL/gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/GL/gl.h b/make/stub_includes/opengl/GL/gl.h
index 142e03510..0fe44172e 100644
--- a/make/stub_includes/opengl/GL/gl.h
+++ b/make/stub_includes/opengl/GL/gl.h
@@ -694,7 +694,7 @@ GLAPI void GLAPIENTRY glDepthFunc( GLenum func );
GLAPI void GLAPIENTRY glDepthMask( GLboolean flag );
-GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
+GLAPI void GLAPIENTRY glDepthRange( GLclampd zNear, GLclampd zFar );
/*