gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] callgl/include callgl_objects.hxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] callgl/include callgl_objects.hxx
Date: Wed, 26 Mar 2003 09:41:19 -0500

CVSROOT:        /cvsroot/callgl
Module name:    callgl
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/26 09:41:19

Modified files:
        include        : callgl_objects.hxx 

Log message:
        vp class

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/callgl/callgl/include/callgl_objects.hxx.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: callgl/include/callgl_objects.hxx
diff -u callgl/include/callgl_objects.hxx:1.1 
callgl/include/callgl_objects.hxx:1.2
--- callgl/include/callgl_objects.hxx:1.1       Sat Feb 22 13:50:18 2003
+++ callgl/include/callgl_objects.hxx   Wed Mar 26 09:41:19 2003
@@ -137,6 +137,9 @@
 #ifdef GL_ARB_fragment_program
     typedef Program<GL_FRAGMENT_PROGRAM_ARB> ARBFragmentProgram;
 #endif
+#ifdef GL_ARB_vertex_program
+    typedef Program<GL_VERTEX_PROGRAM_ARB> ARBVertexProgram;
+#endif
 
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]