Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ FreeQueue
Method
FreeQueue
engine/PoseidonGL33/EngineGL33_Queue.cpp:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void EngineGL33::FreeQueue(QueueGL33& queue, int index)
190
{
191
PoseidonAssert(!queue._tri[index]._triangleQueue.Size());
192
queue.Free(index);
193
}
194
195
void EngineGL33::FreeAllQueues(QueueGL33& queue)
196
{
Callers
nothing calls this directly
Calls
2
Size
Method · 0.45
Free
Method · 0.45
Tested by
no test coverage detected