c++openglvideo-card

OpenGL Backward compatibility


I have purchased a graphics card which supports OpenGL 4.2. But I want to develop an application which should support OpenGL 2.0

Does my card will support OpenGL 2.0 apps(Backward compatibility)?? Then how to ensure backwards-compatibility

I have planned to use GLUT/GLFW C++ libraries.


Solution

  • https://developer.nvidia.com/opengl-driver - please read about compatibility and that no 'old' functionality will be removed from the drivers.

    In general you can create your application in two modes: