Condividi tramite


GraphicsBindingOpenXrVulkan.BlitRemoteFrame(VulkanRenderParameters) Metodo

Definizione

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

Parametri

Restituisce

Success, NotInitialized, Fail, NoConnection, PrepareRenderNotCalled

Commenti

Quando questa funzione viene eseguita, si presuppone che venga fornito un VkCommandBuffer valido e VkRenderPass. Questa operazione deve essere eseguita come prima cosa in ogni frame perché questa funzione sovrascriverà tutto il contenuto nel framebuffer Vulkan di destinazione.

Si applica a