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