DisplayTask.SetWait(DisplayFence, UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.