OpenGL – How to draw on MFC dialog? – Linking opengl32.lib
OpenGL is used to render 2D and 3D vector graphics. We have briefly discussed OpenGL in our previous article “OpenGL – Open Graphics Library – An introduction“. OpenGL is a cross-platform API; that means, it has generic functions which are NOT specific to any particular platform, which enables it to run on any platform. So, […]