GraphicsApiType Enum

Definition

Supported graphics APIs.

public enum class GraphicsApiType
public enum GraphicsApiType
type GraphicsApiType = 
Public Enum GraphicsApiType
Inheritance
GraphicsApiType

Fields

Count 5

internal

Headless 0

Disables the graphics interface (headless mode).

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.

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.

Applies to

See also