![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
Patch 4.1.0 (2011-04-26): Added.
See also
- Kaivax 2019-03-12. New Graphics APIs in 8.1.5.
