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

Method getSharedApiHandle

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

Source from the content-addressed store, hash-verified

76}
77
78SharedResourceApiHandle Fence::getSharedApiHandle() const
79{
80 gfx::InteropHandle sharedHandle;
81 FALCOR_GFX_CALL(mGfxFence->getSharedHandle(&sharedHandle));
82 return (SharedResourceApiHandle)sharedHandle.handleValue;
83}
84
85NativeHandle Fence::getNativeHandle() const
86{

Callers 5

createInteropBufferFunction · 0.45
importExternalMemoryFunction · 0.45
importExternalSemaphoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected