Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:OpenGL"

From PCGamingWiki, the wiki about fixing PC games
m (Robot: Cosmetic changes)
Line 1: Line 1:
{{stub}}
+
OpenGL (Open Graphics Library) is a cross-language multi-platform API for rendering 2D and 3D graphics. It is the main competition against Direct3D (part of Microsoft's [[DirectX]] API).
== Introduction ==
 
OpenGL is a cross platform API that allows for the creation of 2D and 3D computer graphics. [[Linux]] and [[Mac OS X (Operating System)|Mac]] games use OpenGL. Some games running in [[Windows]] have the option to use OpenGL instead of [[DirectX]]. OpenGL is provided by hardware that supports it natively. A card that supports a particular version of OpenGL will support all prior versions as well. In most cases, the drivers necessary to take advantage of OpenGL are included in vendor downloads.
 
  
 +
== Support ==
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! OpenGL version !! Released !! Supported [[AMD (GPU)|Radeon]] cards !! Supported [[Nvidia (GPU)|Nvidia]] cards
+
! Version !! Released !! [[AMD (GPU)|Radeon]] Graphics Cards!! [[Nvidia (GPU)|Nvidia]] Graphics Cards
 
|-
 
|-
| 4.2 || 2010 || HD 5000, 6000 and 7000 Series || GeForce 400, 500, and 600 Series  
+
| 4.3 || 6 August 2012 || HD 5000, 6000 and 7000 Series || GeForce 400, 500 and 600 Series
 
|-
 
|-
| 3.3 || 2010 || Radeon HD Series || GeForce 8,  9, 100, 200 and 300 Series
+
| 4.2 || 8 August 2010 || HD 5000, 6000 and 7000 Series || GeForce 400, 500, and 600 Series  
 
|-
 
|-
| 2.1 || 2006 || Radeon HD 2350 || GeForce 6, 7 Series
+
| 4.1 || 26 July 2010 || HD 5000, 6000 and 7000 Series || GeForce 400 and 500 Series
 +
|-
 +
| 4.0 || March 11 2010 || HD 5000, 6000 and 7000 Series || GeForce 400 and 500 Series
 
|}
 
|}
  
== Related links ==
+
== Related Links ==
[http://en.wikipedia.org/wiki/OpenGL OpenGL Wikipedia article]
+
[http://www.opengl.org/ Official Website]
 +
 
 +
[http://www.opengl.org/wiki/Main_Page Official Wiki]
 +
 
 +
[[Wikipedia:OpenGL|OpenGL on Wikipedia]]
  
 
[[Category:Guide]]
 
[[Category:Guide]]

Revision as of 20:24, 13 November 2012

OpenGL (Open Graphics Library) is a cross-language multi-platform API for rendering 2D and 3D graphics. It is the main competition against Direct3D (part of Microsoft's DirectX API).

Support

Version Released Radeon Graphics Cards Nvidia Graphics Cards
4.3 6 August 2012 HD 5000, 6000 and 7000 Series GeForce 400, 500 and 600 Series
4.2 8 August 2010 HD 5000, 6000 and 7000 Series GeForce 400, 500, and 600 Series
4.1 26 July 2010 HD 5000, 6000 and 7000 Series GeForce 400 and 500 Series
4.0 March 11 2010 HD 5000, 6000 and 7000 Series GeForce 400 and 500 Series

Related Links

Official Website

Official Wiki

OpenGL on Wikipedia