GraphicsBindingOpenXrVulkan.BlitRemoteFrame(VulkanRenderParameters) Method

Definition

Blits the current remote frame to the given Vulkan framebuffer.

public:
 Microsoft::Azure::RemoteRendering::Result BlitRemoteFrame(Microsoft::Azure::RemoteRendering::VulkanRenderParameters parameters);
public Microsoft.Azure.RemoteRendering.Result BlitRemoteFrame (Microsoft.Azure.RemoteRendering.VulkanRenderParameters parameters);
member this.BlitRemoteFrame : Microsoft.Azure.RemoteRendering.VulkanRenderParameters -> Microsoft.Azure.RemoteRendering.Result
Public Function BlitRemoteFrame (parameters As VulkanRenderParameters) As Result

Parameters

Returns

Success, NotInitialized, Fail, NoConnection, PrepareRenderNotCalled

Remarks

When this function is executed it is assumed that a valid VkCommandBuffer and VkRenderPass is provided. This should be done as the very first thing in each frame as this function will overwrite all content in the target Vulkan framebuffer.

Applies to