MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / signal

Method signal

Source/Falcor/Core/API/Fence.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45Fence::~Fence() = default;
46
47uint64_t Fence::signal(uint64_t value)
48{
49 uint64_t signalValue = updateSignaledValue(value);
50 FALCOR_GFX_CALL(mGfxFence->setCurrentValue(signalValue));
51 return signalValue;
52}
53
54void Fence::wait(uint64_t value, uint64_t timeoutNs)
55{

Callers 13

mainFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
getMinMaxMethod · 0.45
executeMethod · 0.45
createResourcesMethod · 0.45
optimizeMaterialsMethod · 0.45
endFrameMethod · 0.45
waitMethod · 0.45
endFrameMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

__init__Method · 0.36