changeset 16608:efec5fb96a13

Add missing GL_REGISTER_COMBINERS_NV define
author reimar
date Tue, 27 Sep 2005 08:33:33 +0000
parents 971ff1108066
children 061d6e09ad62
files libvo/gl_common.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.h	Tue Sep 27 08:32:37 2005 +0000
+++ b/libvo/gl_common.h	Tue Sep 27 08:33:33 2005 +0000
@@ -25,6 +25,9 @@
  * (e.g. _NV), _ARB is not used to ease readability.
  * \{
  */
+#ifndef GL_REGISTER_COMBINERS_NV
+#define GL_REGISTER_COMBINERS_NV 0x8522
+#endif
 #ifndef GL_MAX_GENERAL_COMBINERS_NV
 #define GL_MAX_GENERAL_COMBINERS_NV 0x854D
 #endif