| 103 | } |
| 104 | |
| 105 | void LowLevelContextData::openCommandBuffer() |
| 106 | { |
| 107 | mIsCommandBufferOpen = true; |
| 108 | FALCOR_GFX_CALL(mpDevice->getCurrentTransientResourceHeap()->createCommandBuffer(mGfxCommandBuffer.writeRef())); |
| 109 | mpCommandBuffer = mGfxCommandBuffer.get(); |
| 110 | } |
| 111 | |
| 112 | void LowLevelContextData::submitCommandBuffer() |
| 113 | { |
no test coverage detected