doggle
02-17-2004, 11:43 PM
I want to use GL_EXT_separate_specular_color, it is not a vary advanced OpenGL extension feature.
I use such code:
extensions = glGetString(GL_EXTENSIONS);
to determine if the OpenGL implementation really supports this extension.
the return string is "GL_WIN_swap_hint GL_EXT_bgra GLEXT_paletted_texture", which means GL_EXT_separate_specular_color is not supported!
My graphic card is Radeon 9600, a relative new card. Why doen't it support such a simple feature?
What should I do?
Any suggestion will be great appreciated!
Doggle
I use such code:
extensions = glGetString(GL_EXTENSIONS);
to determine if the OpenGL implementation really supports this extension.
the return string is "GL_WIN_swap_hint GL_EXT_bgra GLEXT_paletted_texture", which means GL_EXT_separate_specular_color is not supported!
My graphic card is Radeon 9600, a relative new card. Why doen't it support such a simple feature?
What should I do?
Any suggestion will be great appreciated!
Doggle