| 123 | } |
| 124 | |
| 125 | void Tr2RenderBatch::SetInidices( const Tr2BufferAL& ib, uint32_t stride ) |
| 126 | { |
| 127 | m_indexBuffer = &ib; |
| 128 | m_indexStride = stride; |
| 129 | } |
| 130 | |
| 131 | void Tr2RenderBatch::SetInidices( const Tr2SuballocatedBuffer::Allocation& ib ) |
| 132 | { |
no test coverage detected