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

Method SetDrawIndexedInstanced

trinity/TriRenderBatch.cpp:147–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Tr2RenderBatch::SetDrawIndexedInstanced( uint32_t indexCountPerInstance, uint32_t instanceCount, uint32_t startIndexLocation, uint32_t baseVertexLocation, uint32_t startInstanceLocation )
148{
149 m_indexCountPerInstance = indexCountPerInstance;
150 m_instanceCount = instanceCount;
151 m_startIndexLocation = startIndexLocation;
152 m_baseVertexLocation = baseVertexLocation;
153 m_startInstanceLocation = startInstanceLocation;
154}
155
156void Tr2RenderBatch::SetDrawInstanced( uint32_t vertexCountPerInstance, uint32_t instanceCount, uint32_t startVertexLocation, uint32_t startInstanceLocation )
157{

Callers 15

GetBatchesMethod · 0.80
GetBatchesImplMethod · 0.80
CreateGeometryBatchFunction · 0.80
GetBatchesMethod · 0.80
GetPickingBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetShadowBatchesMethod · 0.80
CommitRibbonBatchMethod · 0.80
GetBatchWithEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected