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

Method SetNumActivePrimitives

GTE/Graphics/IndexBuffer.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void IndexBuffer::SetNumActivePrimitives(uint32_t numActive)
38{
39 LogAssert(numActive <= mNumPrimitives, "Invalid number of primitives.");
40 mNumActivePrimitives = numActive;
41}
42
43uint32_t IndexBuffer::GetNumActiveIndices() const
44{

Callers 7

TypesetMethod · 0.80
CreateMeshMethod · 0.80
DoQueryMethod · 0.80
CreateSceneMethod · 0.80
DoIntersectionQueryMethod · 0.80
CreatePathMethod · 0.80
PhysicsTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected