Condividi tramite


GraphicsBindingWmrD3d11.BlitRemoteFrame Metodo

Definizione

Blits the current remote frame to the bound rendering target.Blit the current remote frame to the bound rendering target.

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

Restituisce

Success, NotInitialized, Fail, NoConnection

Commenti

Quando questa funzione viene eseguita, si presuppone che i buffer di colore e profondità forniti da Mirage siano associati come destinazione di rendering. Questa operazione deve essere eseguita come prima cosa in ogni frame perché questa funzione sovrascriverà tutto il contenuto nei buffer di destinazione.

Si applica a