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
m (Soeb moved page Development:API/Documentation to Template:API/Documentation without leaving a redirect)
m
Line 3: Line 3:
  
 
;Arguments
 
;Arguments
* {{Code|}} -  
+
* {{Code|direct3d versions}} -
 +
* {{Code|directdraw versions}} -
 +
* {{Code|opengl versions}} -
 +
* {{Code|glide versions}} -
 +
* {{Code|software mode}} -
 +
* {{Code|mantle support}} -
 +
* {{Code|dos modes}} -
 +
* {{Code|shader model versions}} -
 +
* {{Code|64-bit executable}} -  
  
 
;Syntax
 
;Syntax

Revision as of 23:03, 17 May 2015

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