Partager via


DisplayTask.SetWait(DisplayFence, UInt64) Méthode

Définition

Définit les opérations pour que ce DisplayTask se produise une fois que la clôture GPU spécifiée est signalée avec la valeur spécifiée.

public:
 virtual void SetWait(DisplayFence ^ readyFence, unsigned long long readyFenceValue) = SetWait;
void SetWait(DisplayFence const& readyFence, uint64_t const& readyFenceValue);
public void SetWait(DisplayFence readyFence, ulong readyFenceValue);
function setWait(readyFence, readyFenceValue)
Public Sub SetWait (readyFence As DisplayFence, readyFenceValue As ULong)

Paramètres

readyFence
DisplayFence

Objet DisplayFence représentant la clôture GPU à attendre avant d’effectuer les opérations de cette tâche.

readyFenceValue
UInt64

unsigned long long

uint64_t

Valeur de la clôture GPU à attendre.

S’applique à