General OpenGL: Difference between revisions
Jump to navigation
Jump to search
(Adding links to other descriptions.) |
No edit summary |
||
Line 25: | Line 25: | ||
* [[Common Mistakes]] | * [[Common Mistakes]] | ||
== Deprecated Functionality == | |||
The following sections are deprecated in 3.0 and removed in 3.1 and above. You should not rely on this functionality going forward. | The following sections are deprecated in 3.0 and removed in 3.1 and above. You should not rely on this functionality going forward. | ||
Revision as of 16:56, 29 April 2011
- Rendering Pipeline Overview
- FAQ: frequently asked questions
- OpenGL Objects: The standard OpenGL object model.
- Creating an OpenGL Context
- Rasterization
- Blending: Transparency and Translucency.
- Transparency Sorting
- Buffer Objects
- Vertex Array Object
- Framebuffer
- glGetString: Getting Information From GL
- Color
- Textures
- Drawing Lines over Polygons: Using glPolygonOffset.
- OpenGL and multithreading
- GL error codes
- Debugging Tools
- Common Mistakes
Deprecated Functionality
The following sections are deprecated in 3.0 and removed in 3.1 and above. You should not rely on this functionality going forward.
- Texture Binding: See GLSL sampler binding instead.
- Texture Combiners: See The OpenGL Shading Language instead.
- Vertex Arrays: See Buffer Object and Vertex Specification.
- Vertex Formats: See Vertex Array Object
- Shadow Mapping without shaders
- gluPerspective code
- gluProject and gluUnProject code
- gluLookAt code
- Fonts
- Vertex Transformation
- Selection mechanism
- p-buffer
- VBO - more
- VBO - just examples
- Mathematics of glTexGen
- Viewing and Transformations : Answers about Transformations.