DisplayTask.SetWait(DisplayFence, UInt64) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.