Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
void LowLevelContextData::closeCommandBuffer()
99
{
100
mIsCommandBufferOpen = false;
101
closeEncoders();
102
mGfxCommandBuffer->close();
103
}
104
105
void LowLevelContextData::openCommandBuffer()
106
{
Callers
1
endFrame
Method · 0.80
Calls
1
close
Method · 0.45
Tested by
no test coverage detected