Add the separate spec colour definitions!
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef GL_EXT_separate_specular_color
|
||||
#define GL_EXT_separate_specular_color 1
|
||||
#define GL_LIGHT_MODEL_COLOR_CONTROL_EXT 0x81F8
|
||||
#define GL_SINGLE_COLOR_EXT 0x81F9
|
||||
#define GL_SEPARATE_SPECULAR_COLOR_EXT 0x81FA
|
||||
#endif
|
||||
|
||||
#ifndef GL_VERSION_1_2
|
||||
#define GL_LIGHT_MODEL_COLOR_CONTROL 0x81F8
|
||||
#define GL_SINGLE_COLOR 0x81F9
|
||||
#define GL_SEPARATE_SPECULAR_COLOR 0x81FA
|
||||
#endif
|
Reference in New Issue
Block a user