GraphicsBindingOpenXrVulkan.BlitRemoteFrame(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.
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
- parameters
- VulkanRenderParameters
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.