Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ Flush
Method
Flush
trinity/Tr2SyncToGpu.cpp:31–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void Tr2SyncToGpu::Flush()
32
{
33
for( auto& task : m_tasks )
34
{
35
task.task();
36
}
37
m_tasks.clear();
38
}
Callers
1
ChangeDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected