MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetNumActiveIndices

Method GetNumActiveIndices

GTE/Graphics/IndexBuffer.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43uint32_t IndexBuffer::GetNumActiveIndices() const
44{
45 uint32_t i = BitHacks::Log2OfPowerOfTwo(mPrimitiveType);
46 return msIndexCounter[i](mNumActivePrimitives);
47}
48
49void IndexBuffer::SetFirstPrimitive(uint32_t first)
50{

Callers 2

DrawPrimitiveMethod · 0.80
DrawPrimitiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected