Overview OpenGL is a software interface to graphics hardware.
This is a short description about OpenGL.
Rendering Pipeline OpenGL Pipeline has a series of processing stages in order. Two graphical information, vertex-based data and pixel-based data, are processed through the pipeline, combined together then written into the frame buffer.