MCPcopy 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
189void EngineGL33::FreeQueue(QueueGL33& queue, int index)
190{
191 PoseidonAssert(!queue._tri[index]._triangleQueue.Size());
192 queue.Free(index);
193}
194
195void EngineGL33::FreeAllQueues(QueueGL33& queue)
196{

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
FreeMethod · 0.45

Tested by

no test coverage detected