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}}
 
{{stub}}
==Introduction==
+
== 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.
 
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.
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! OpenGL version !! Released !! Supported [[AMD_(GPU)|Radeon]] cards !! Supported [[Nvidia_(GPU)|Nvidia]] cards
+
! OpenGL version !! Released !! Supported [[AMD (GPU)|Radeon]] cards !! Supported [[Nvidia (GPU)|Nvidia]] cards
 
|-
 
|-
 
| 4.2 || 2010 || HD 5000, 6000 and 7000 Series || GeForce 400, 500, and 600 Series  
 
| 4.2 || 2010 || HD 5000, 6000 and 7000 Series || GeForce 400, 500, and 600 Series  
Line 14: Line 14:
 
|}
 
|}
  
==Related links==
+
== Related links ==
 
[http://en.wikipedia.org/wiki/OpenGL OpenGL Wikipedia article]
 
[http://en.wikipedia.org/wiki/OpenGL OpenGL Wikipedia article]
  
 
[[Category:Guide]]
 
[[Category:Guide]]

Revision as of 18:08, 12 September 2012

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Introduction

OpenGL is a cross platform API that allows for the creation of 2D and 3D computer graphics. Linux and 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.

OpenGL version Released Supported Radeon cards Supported Nvidia cards
4.2 2010 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
2.1 2006 Radeon HD 2350 GeForce 6, 7 Series

Related links

OpenGL Wikipedia article