DisplayTask.SetWait(DisplayFence, UInt64) 메서드

정의

지정된 GPU 펜스가 지정된 값으로 신호를 받으면 이 DisplayTask 에 대한 작업이 발생하도록 설정합니다.

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)

매개 변수

readyFence
DisplayFence

이 작업의 작업을 수행하기 전에 대기할 GPU 펜스를 나타내는 DisplayFence 개체입니다.

readyFenceValue
UInt64

unsigned long long

uint64_t

대기할 GPU 펜스의 값입니다.

적용 대상