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.