Where can I get updates libraries/headers for OpenGL 1.5. I cannot compile an app where I want to use GL_BGR for the pixel format until I get them. (I can just get 1.2, but I thought I would get the most up-to-date version).
Thanks.
Where can I get updates libraries/headers for OpenGL 1.5. I cannot compile an app where I want to use GL_BGR for the pixel format until I get them. (I can just get 1.2, but I thought I would get the most up-to-date version).
Thanks.
try using GL_BGR_EXT (yes, the EXT must be)