Share via


GraphicsBindingOpenXrVulkan.UpdateAppSpace(UInt64) Method

Definition

Informs ARR of a new app space.

public:
 Microsoft::Azure::RemoteRendering::Result UpdateAppSpace(System::UInt64 spaceHandle);
public Microsoft.Azure.RemoteRendering.Result UpdateAppSpace (ulong spaceHandle);
member this.UpdateAppSpace : uint64 -> Microsoft.Azure.RemoteRendering.Result
Public Function UpdateAppSpace (spaceHandle As ULong) As Result

Parameters

spaceHandle
UInt64

OpenXR space handle.

Returns

Success, NotInitialized, Fail

Remarks

ARR must be informed whenever the app space changes.

Applies to