Enum GraphicsApiType
- Artigo
-
-
Supported graphics APIs.
enum class Microsoft::Azure::RemoteRendering::GraphicsApiType : int32_t
Values
Name |
Value |
Description |
Remarks |
GraphicsApiType::Headless |
0 |
Disables the graphics interface (headless mode). |
|
GraphicsApiType::SimD3D11 |
1 |
Creates a graphics binding for local simulation (monoscopic rendering, typically in editor). |
|
GraphicsApiType::WmrD3D11 |
2 |
Creates a graphics binding for Windows Mixed Reality. This must be used when working on a HoloLens device. |
|
GraphicsApiType::OpenXrD3D11 |
3 |
Creates a graphics binding for OpenXR. This must be used when working on a HoloLens device using the OpenXR API. |
|
GraphicsApiType::OpenXrVulkan |
4 |
Creates a graphics binding for OpenXR. This must be used when working on Android using the OpenXR API. |
|
GraphicsApiType::Count |
5 |
internal |
|
See also