OpenGL Specification: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Categorizing
Expansion to this page.
 
Line 1: Line 1:
The '''OpenGL Specification''' is the document that describes OpenGL in its entirety. It is the main product of the [[OpenGL Architectural Review Board]]. Each version of OpenGL is covered by a specification document.
The '''OpenGL Specification''' is the document that describes OpenGL in its entirety. It is the main product of the [[OpenGL Architectural Review Board]]. Each version of OpenGL is covered by a specification document.


{{stub}}
The OpenGL specification is a fairly complex document. The intended audience for it is those ''implementing'' OpenGL, not those who are trying to read it. As such, it is structured in an unintuitive way that makes it difficult to use it as a learning tool.
 
The OpenGL specification PDF documents, for various versions, can be [http://www.opengl.org/registry/#apispecs found in the OpenGL Registry], along with all of the [[Extension|OpenGL extension]] specifications.
 


[[Category:Ecosystem]]
[[Category:Ecosystem]]

Latest revision as of 14:01, 1 June 2013

The OpenGL Specification is the document that describes OpenGL in its entirety. It is the main product of the OpenGL Architectural Review Board. Each version of OpenGL is covered by a specification document.

The OpenGL specification is a fairly complex document. The intended audience for it is those implementing OpenGL, not those who are trying to read it. As such, it is structured in an unintuitive way that makes it difficult to use it as a learning tool.

The OpenGL specification PDF documents, for various versions, can be found in the OpenGL Registry, along with all of the OpenGL extension specifications.