Class OpenXRWindowsPlatform
Represents the Windows platform associated with OpenXR.
Inherited Members
Namespace: Evergine.OpenXR.GraphicBackends
Assembly: Evergine.OpenXR.dll
Syntax
public class OpenXRWindowsPlatform : OpenXRRuntimePlatform
Constructors
OpenXRWindowsPlatform(OpenXRPlatform)
Initializes a new instance of the OpenXRWindowsPlatform class.
Declaration
public OpenXRWindowsPlatform(OpenXRPlatform openXRPlatform)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenXRPlatform | openXRPlatform | The OpenXR platform. |
Properties
RequiredOpenXRExtensions
Gets the list of required OpenXR extensions.
Declaration
public override List<string> RequiredOpenXRExtensions { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Overrides
Methods
Initialize()
Initializes the platform.
Declaration
public override void Initialize()