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

Method newExternalSemaphore

core/device.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 Ref<Semaphore> Device::newExternalSemaphore(ExternalSemaphoreTypeFlags fdType, int fd)
286 {
287 return getEngine()->newExternalSemaphore(fdType, fd);
288 }
289
290 Ref<Semaphore> Device::newExternalSemaphore(ExternalSemaphoreTypeFlags handleType,
291 void* handle, const void* name)

Calls 1

getEngineFunction · 0.70

Tested by

no test coverage detected