Add missing GL_REGISTER_COMBINERS_NV define

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16609 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-09-27 08:33:33 +00:00
parent 4c90ccf9de
commit 9f24b5c71f
1 changed files with 3 additions and 0 deletions

View File

@ -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