<<< OpenGL Versions | Index | Helper Libraries >>> |
OpenGL is a state machine that uses a client/server model
Our C/C++ program is the client
The hardware (GPU driver) is the server
Client sends commands to the server
This is what GLEW ( glew.sourceforge.net/ ) does – asks the driver for pointers to all the gl functions
<<< OpenGL Versions | Index | Helper Libraries >>> |