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
(added Vulkan to Arguments)
(added Metal support)
Line 9: Line 9:
 
* {{Code|software mode}} -  
 
* {{Code|software mode}} -  
 
* {{Code|mantle support}} -  
 
* {{Code|mantle support}} -  
 +
* {{Code|metal support}} -
 
* {{Code|vulkan support}} -  
 
* {{Code|vulkan support}} -  
 
* {{Code|dos modes}} -  
 
* {{Code|dos modes}} -  
Line 29: Line 30:
 
|mantle support        =  
 
|mantle support        =  
 
|mantle support notes  =  
 
|mantle support notes  =  
 +
|metal support          =
 +
|metal support notes    =
 
|vulkan support        =  
 
|vulkan support        =  
 
|vulkan support notes  =  
 
|vulkan support notes  =  

Revision as of 01:18, 16 September 2016

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 support -
  • dos modes -
  • shader model versions -
  • 64-bit executable -
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 support         = 
|vulkan support notes   = 
|dos modes              = 
|dos modes notes        = 
|shader model versions  = 
|shader model notes     = 
|64-bit executable      = 
|64-bit executable notes= 
}}