Class OpenXRAndroidPlatform
Represents the Android platform associated with OpenXR.
Inherited Members
Namespace: Evergine.OpenXR.GraphicBackends
Assembly: Evergine.OpenXR.dll
Syntax
public class OpenXRAndroidPlatform : OpenXRRuntimePlatform
Constructors
OpenXRAndroidPlatform(OpenXRPlatform)
Initializes a new instance of the OpenXRAndroidPlatform class.
Declaration
public OpenXRAndroidPlatform(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
CreateInstance(ref XrInstanceCreateInfo)
Performs all required actions to create an instance...
Declaration
public override void CreateInstance(ref XrInstanceCreateInfo instanceCreateInfo)
Parameters
Type | Name | Description |
---|---|---|
XrInstanceCreateInfo | instanceCreateInfo | The instance creation info structure. |
Overrides
Destroy()
Destroys all resources of this instance.
Declaration
protected override void Destroy()
Overrides
Initialize()
Initializes the platform.
Declaration
public override void Initialize()