GraphicsBindingOpenXrVulkan.PrepareRender(VulkanRenderParameters) 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.
Prepares for blitting the remote frame.
public:
Microsoft::Azure::RemoteRendering::Result PrepareRender(Microsoft::Azure::RemoteRendering::VulkanRenderParameters parameters);
public Microsoft.Azure.RemoteRendering.Result PrepareRender (Microsoft.Azure.RemoteRendering.VulkanRenderParameters parameters);
member this.PrepareRender : Microsoft.Azure.RemoteRendering.VulkanRenderParameters -> Microsoft.Azure.RemoteRendering.Result
Public Function PrepareRender (parameters As VulkanRenderParameters) As Result
Parameters
- parameters
- VulkanRenderParameters
Returns
Success, NotInitialized, Fail, NoConnection
Remarks
When this function is executed it is assumed that a valid VkCommandBuffer is provided and no VKRenderPass is active. Note, this function must be called every frame before calling BlitRemoteFrame.