| 135 | } |
| 136 | |
| 137 | void Tr2RenderBatch::SetTopology( Tr2RenderContextEnum::Topology topology ) |
| 138 | { |
| 139 | m_topology = topology; |
| 140 | } |
| 141 | |
| 142 | void Tr2RenderBatch::SetPerObjectData( const Tr2PerObjectData* perObjectData ) |
| 143 | { |
no outgoing calls
no test coverage detected