GetGraphicsAPIs

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 4.1.0 / 1.13.2

Returns the supported graphics APIs for the system, D3D11_LEGACY, D3D11, D3D12, etc.

cvarValues, ... = GetGraphicsAPIs()

Returns

(variable returns: cvarValue1, cvarValue2, ...)

cvarValues
string - a value for CVar gxApi.
Value Description
D3D11_LEGACY Old single-threaded rendering backend using DirectX 11
D3D11 New multi-threaded rendering backend using DirectX 11
D3D12 Multi-threaded rendering backend using DirectX 12
metal
gll
opengl

Patch changes

Cataclysm Patch 4.1.0 (2011-04-26): Added.

See also