GraphicsBindingOpenXrVulkan.UpdateAppSpace(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
ARR must be informed whenever the app space changes.