Glossary: Difference between revisions
Jump to navigation
Jump to search
Added some content |
More reasonable organization. |
||
Line 3: | Line 3: | ||
This page lists words that are frequently encountered in the context of OpenGL use, in alphabetical order. | This page lists words that are frequently encountered in the context of OpenGL use, in alphabetical order. | ||
; [[ARB]] | |||
: OpenGL Architecture Review Board. | |||
; Context | |||
: A collection of state, memory and resources. Required to do any OpenGL operation. | |||
; GL | |||
: Often used to refer to OpenGL. | |||
; GLU | |||
: GL Utility, an OpenGL helper library. Kind of outdated. | |||
; GLUT | |||
: '''GL''' '''U'''tility '''T'''oolkit. A library for creating OpenGL contexts and windows, as well as other things. Outdated, use other [[Related toolkits and APIs|alternatives]] instead. | |||
; GPU | |||
: Graphics Processing Unit, a piece of hardware for graphics. | |||
; OpenGL | |||
: OpenGL stands for Open Graphics Library. | |||
; OpenGL ES | |||
: OpenGL Embedded Systems. An OpenGL based specification for systems such as mobile phones. | |||
; Vendor | |||
: The developer of an OpenGL implementation. | |||
Revision as of 19:35, 27 October 2012
This article is a stub. You can help the OpenGL Wiki by expanding it. |
This page lists words that are frequently encountered in the context of OpenGL use, in alphabetical order.
- ARB
- OpenGL Architecture Review Board.
- Context
- A collection of state, memory and resources. Required to do any OpenGL operation.
- GL
- Often used to refer to OpenGL.
- GLU
- GL Utility, an OpenGL helper library. Kind of outdated.
- GLUT
- GL Utility Toolkit. A library for creating OpenGL contexts and windows, as well as other things. Outdated, use other alternatives instead.
- GPU
- Graphics Processing Unit, a piece of hardware for graphics.
- OpenGL
- OpenGL stands for Open Graphics Library.
- OpenGL ES
- OpenGL Embedded Systems. An OpenGL based specification for systems such as mobile phones.
- Vendor
- The developer of an OpenGL implementation.