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