DisplayTask.SetWait(DisplayFence, UInt64) Method

Definition

Sets the operations for this DisplayTask to occur once the specified GPU fence is signaled with the specified value.

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)

Parameters

readyFence
DisplayFence

A DisplayFence object representing the GPU fence to wait on before performing this task's operations.

readyFenceValue
UInt64

unsigned long long

uint64_t

The value of the GPU fence to wait on.

Applies to