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

Method SetPerObjectData

trinity/TriRenderBatch.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Tr2RenderBatch::SetPerObjectData( const Tr2PerObjectData* perObjectData )
143{
144 m_objectData = perObjectData;
145}
146
147void Tr2RenderBatch::SetDrawIndexedInstanced( uint32_t indexCountPerInstance, uint32_t instanceCount, uint32_t startIndexLocation, uint32_t baseVertexLocation, uint32_t startInstanceLocation )
148{

Callers 15

GetBatchesMethod · 0.45
ApplyConstantBuffersMethod · 0.45
GetBatchImplMethod · 0.45
GetBatchesImplMethod · 0.45
GetBatchesForAreaMethod · 0.45
CreateGeometryBatchFunction · 0.45
GetBatchesImplMethod · 0.45
GetBatchesImplMethod · 0.45
ApplyConstantBuffersMethod · 0.45
GetBatchesMethod · 0.45
GetPickingBatchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected