Handles opengl contexts and passing data to OpenGL such as shaders and vertices
Add some vertices and indices to the backend
Clear the screen and the vertex and index buffers
Flush the buffers and display the new screen
Draw the current vertices and indices and clear the buffers
Set the current shader and its attributes
See Implementation
Handles opengl contexts and passing data to OpenGL such as shaders and vertices