MCPcopy Create free account
hub / github.com/RenderKit/oidn / submitWaitSemaphores

Method submitWaitSemaphores

core/device.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 void Device::submitWaitSemaphores(Semaphore* const* semaphores,
304 const uint64_t* values,
305 const uint32_t* timeoutsMs,
306 int numSemaphores)
307 {
308 getEngine()->submitWaitSemaphores(semaphores, values, timeoutsMs, numSemaphores);
309 }
310
311 Ref<Filter> Device::newFilter(const std::string& type)
312 {

Callers 1

oidnWaitSemaphoresAsyncFunction · 0.45

Calls 1

getEngineFunction · 0.70

Tested by

no test coverage detected