| 154 | } |
| 155 | |
| 156 | void Tr2RenderBatch::SetDrawInstanced( uint32_t vertexCountPerInstance, uint32_t instanceCount, uint32_t startVertexLocation, uint32_t startInstanceLocation ) |
| 157 | { |
| 158 | m_indexCountPerInstance = vertexCountPerInstance; |
| 159 | m_instanceCount = instanceCount; |
| 160 | m_startIndexLocation = startVertexLocation; |
| 161 | m_startInstanceLocation = startInstanceLocation; |
| 162 | } |
| 163 | |
| 164 | void Tr2RenderBatch::SetRenderingMode( Tr2EffectStateManager::RenderingMode mode ) |
| 165 | { |
no outgoing calls
no test coverage detected