How to use the functions of the higher version of opengl with the visual c++ under the windows-system?
11-14-2005, 12:52 AM
Hi,
take a look at extensions. Everything above OpenGL 1.1 is handled via Extension :) . Usually these need to be initialized before using. Take a look at nehe.gamedev.net