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

Method openCommandBuffer

Source/Falcor/Core/API/LowLevelContextData.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

endFrameMethod · 0.80

Calls 3

writeRefMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected