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 "Template:API/Documentation"

From PCGamingWiki, the wiki about fixing PC games
(Expended with limited D3D versions, OGL versions and DOS modes.)
(updated Vulkan usage)
Line 10: Line 10:
 
* {{Code|mantle support}} -  
 
* {{Code|mantle support}} -  
 
* {{Code|metal support}} -  
 
* {{Code|metal support}} -  
* {{Code|vulkan support}} -  
+
* {{Code|vulkan versions}} -  
 
* {{Code|dos modes}} -  
 
* {{Code|dos modes}} -  
 
* {{Code|shader model versions}} -  
 
* {{Code|shader model versions}} -  
Line 86: Line 86:
 
|-
 
|-
 
| 4.6
 
| 4.6
 +
|}
 +
 +
{| class="mw-collapsible mw-collapsed wikitable"
 +
|-
 +
! Vulkan Versions
 +
|-
 +
| 1.0
 +
|-
 +
| 1.1
 
|}
 
|}
  
Line 126: Line 135:
 
|metal support          =  
 
|metal support          =  
 
|metal support notes    =  
 
|metal support notes    =  
|vulkan support        =  
+
|vulkan versions        =  
|vulkan support notes   =  
+
|vulkan versions notes =  
 
|dos modes              =  
 
|dos modes              =  
 
|dos modes notes        =  
 
|dos modes notes        =  

Revision as of 21:01, 7 March 2018

Description

The API template contains information on what APIs and additional features does the game support.

Arguments
  • direct3d versions -
  • directdraw versions -
  • opengl versions -
  • glide versions -
  • software mode -
  • mantle support -
  • metal support -
  • vulkan versions -
  • dos modes -
  • shader model versions -
  • 64-bit executable -
Supported values
Direct3D versions
5
6
7
8
9
10
10.1
11
11.1
11.4
12.0
OpenGL Versions
1.0
1.1
1.2
1.2.1
1.3
1.4
1.5
2.0
2.1
3.0
3.1
3.2
3.3
4.0
4.1
4.2
4.3
4.4
4.5
4.6
Vulkan Versions
1.0
1.1
DOS modes Mode description
text Output drawn by characters rather than pixels.
hgc Hercules Graphics Card
cga Color Graphics Adapter
mcga Multi-Color Graphics Array
ega Enhanced Graphics Adapter
tga Tandy Graphics Adapter
vga Video Graphics Array
svga Super Video Graphics Array
Syntax
{{API
|direct3d versions      = 
|direct3d notes         = 
|directdraw versions    = 
|directdraw notes       = 
|opengl versions        = 
|opengl notes           = 
|glide versions         = 
|glide notes            = 
|software mode          = 
|software mode notes    = 
|mantle support         = 
|mantle support notes   = 
|metal support          = 
|metal support notes    = 
|vulkan versions        = 
|vulkan versions notes  = 
|dos modes              = 
|dos modes notes        = 
|shader model versions  = 
|shader model notes     = 
|64-bit executable      = 
|64-bit executable notes= 
}}
Related templates