MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetMaxIndexCountPerDrawCall

Method GetMaxIndexCountPerDrawCall

trinity/Sprite2d/Tr2Sprite2dScene.cpp:2188–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2186}
2187
2188unsigned int Tr2Sprite2dScene::GetMaxIndexCountPerDrawCall()
2189{
2190 return m_maxSpriteCount * 6;
2191}
2192
2193bool Tr2Sprite2dScene::OnModified( Be::Var* value )
2194{

Callers 2

AddSegmentMethod · 0.80
GatherSpritesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected