Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetMaxVertexCountPerDrawCall
Method
GetMaxVertexCountPerDrawCall
trinity/Sprite2d/Tr2Sprite2dScene.cpp:2183–2186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2181
}
2182
2183
unsigned int Tr2Sprite2dScene::GetMaxVertexCountPerDrawCall()
2184
{
2185
return m_maxSpriteCount * 4;
2186
}
2187
2188
unsigned int Tr2Sprite2dScene::GetMaxIndexCountPerDrawCall()
2189
{
Callers
3
SubmitSprites
Method · 0.80
AddSegment
Method · 0.80
GatherSprites
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected