GraphicsApiType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported graphics APIs.
public enum class GraphicsApiType
public enum GraphicsApiType
type GraphicsApiType =
Public Enum GraphicsApiType
- Inheritance
-
GraphicsApiType
Fields
Name | Value | Description |
---|---|---|
Headless | 0 | Disables the graphics interface (headless mode). |
SimD3D11 | 1 | Creates a graphics binding for local simulation (monoscopic rendering, typically in editor). |
WmrD3D11 | 2 | Creates a graphics binding for Windows Mixed Reality. This must be used when working on a HoloLens device. |
OpenXrD3D11 | 3 | Creates a graphics binding for OpenXR. This must be used when working on a HoloLens device using the OpenXR API. |
OpenXrVulkan | 4 | Creates a graphics binding for OpenXR. This must be used when working on Android using the OpenXR API. |
Count | 5 | internal |