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
(first fraft)
 
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
OpenGL is a collection of OS agnostic APIs that allows for the creation of 2D and 3D computer graphics. Chances are that if you are playing a Native [[Linux]] or [[Mac OS|Mac (Operating System]] game, it is running on OpenGL. Unlike [[DirectX]], OpenGL doesn't need to be installed or updated, whether the OS and hardware support the required version or not. 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 alongside  
+
OpenGL is a collection of OS agnostic APIs that allows for the creation of 2D and 3D computer graphics. Chances are that if you are playing a Native [[Linux]] or [[Mac OS|Mac (Operating System)]] game, it is running on OpenGL. Unlike [[DirectX]], OpenGL doesn't need to be installed or updated, whether the OS and hardware support the required version or not. 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 alongside  
  
  
Line 13: Line 13:
 
| 4.2 || ATI Radeon HD 5000 series, AMD Radeon HD 6000 Series || Nvidia GeForce 400 series, Nvidia GeForce 500 series, Nvidia GeForce 600 series
 
| 4.2 || ATI Radeon HD 5000 series, AMD Radeon HD 6000 Series || Nvidia GeForce 400 series, Nvidia GeForce 500 series, Nvidia GeForce 600 series
 
|}
 
|}
 
  
 
==Related links==
 
==Related links==

Revision as of 20:08, 21 March 2012

Introduction

OpenGL is a collection of OS agnostic APIs that allows for the creation of 2D and 3D computer graphics. Chances are that if you are playing a Native Linux or Mac (Operating System) game, it is running on OpenGL. Unlike DirectX, OpenGL doesn't need to be installed or updated, whether the OS and hardware support the required version or not. 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 alongside


OpenGL Version Supported Radeon Cards Supported Nvidia Cards
2.1 Radeon HD 2350 GeForce 6 series, GeForce 7 series
3.3 Radeon HD series GeForce 8, GeForce 9, GeForce 100, GeForce 200 and GeForce 300 series
4.2 ATI Radeon HD 5000 series, AMD Radeon HD 6000 Series Nvidia GeForce 400 series, Nvidia GeForce 500 series, Nvidia GeForce 600 series

Related links

OpenGL Wikipedia article