summaryrefslogtreecommitdiff
path: root/include/GL/glext.h
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-06-15 07:33:48 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-06-15 07:33:48 +0000
commit55336ae09d422842a72d8795154fe30992a4f648 (patch)
tree0d9deca969487b1170b1c4a27514b3e5e30f2e1b /include/GL/glext.h
parenta179cbf0dd2647f4e2c62ae4c7ed3e706dbafe37 (diff)
----------------------------------------------------------------------
Committing in . VMS : >31 character-external problem Modified Files: Mesa/include/GL/glext.h ----------------------------------------------------------------------
Diffstat (limited to 'include/GL/glext.h')
-rw-r--r--include/GL/glext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h
index 3ee1cef05e1..f721a9fd70a 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -2712,6 +2712,12 @@ extern void APIENTRY glCombinerOutputNV (GLenum, GLenum, GLenum, GLenum, GLenum,
extern void APIENTRY glFinalCombinerInputNV (GLenum, GLenum, GLenum, GLenum);
extern void APIENTRY glGetCombinerInputParameterfvNV (GLenum, GLenum, GLenum, GLenum, GLfloat *);
extern void APIENTRY glGetCombinerInputParameterivNV (GLenum, GLenum, GLenum, GLenum, GLint *);
+#ifdef VMS
+ #define glGetCombinerOutputParameterfvNV glGetCombinerOutputParameterfvN
+ #define glGetCombinerOutputParameterivNV glGetCombinerOutputParameterivN
+ #define glGetFinalCombinerInputParameterfvNV glGetFinalCombinerInputParafvNV
+ #define glGetFinalCombinerInputParameterivNV glGetFinalCombinerInputParaivNV
+#endif
extern void APIENTRY glGetCombinerOutputParameterfvNV (GLenum, GLenum, GLenum, GLfloat *);
extern void APIENTRY glGetCombinerOutputParameterivNV (GLenum, GLenum, GLenum, GLint *);
extern void APIENTRY glGetFinalCombinerInputParameterfvNV (GLenum, GLenum, GLfloat *);