comparison libvo/gl_common.h @ 16608:efec5fb96a13

Add missing GL_REGISTER_COMBINERS_NV define
author reimar
date Tue, 27 Sep 2005 08:33:33 +0000
parents b3a9fb41f475
children 6b0dc40bf961
comparison
equal deleted inserted replaced
16607:971ff1108066 16608:efec5fb96a13
23 * conditionally define all extension defines used. 23 * conditionally define all extension defines used.
24 * vendor specific extensions should be marked as such 24 * vendor specific extensions should be marked as such
25 * (e.g. _NV), _ARB is not used to ease readability. 25 * (e.g. _NV), _ARB is not used to ease readability.
26 * \{ 26 * \{
27 */ 27 */
28 #ifndef GL_REGISTER_COMBINERS_NV
29 #define GL_REGISTER_COMBINERS_NV 0x8522
30 #endif
28 #ifndef GL_MAX_GENERAL_COMBINERS_NV 31 #ifndef GL_MAX_GENERAL_COMBINERS_NV
29 #define GL_MAX_GENERAL_COMBINERS_NV 0x854D 32 #define GL_MAX_GENERAL_COMBINERS_NV 0x854D
30 #endif 33 #endif
31 #ifndef GL_NUM_GENERAL_COMBINERS_NV 34 #ifndef GL_NUM_GENERAL_COMBINERS_NV
32 #define GL_NUM_GENERAL_COMBINERS_NV 0x854E 35 #define GL_NUM_GENERAL_COMBINERS_NV 0x854E