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

Method closeCommandBuffer

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

Source from the content-addressed store, hash-verified

96}
97
98void LowLevelContextData::closeCommandBuffer()
99{
100 mIsCommandBufferOpen = false;
101 closeEncoders();
102 mGfxCommandBuffer->close();
103}
104
105void LowLevelContextData::openCommandBuffer()
106{

Callers 1

endFrameMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected