| 111 | } |
| 112 | |
| 113 | void Tr2RenderBatch::SetStreamSource( uint32_t index, const Tr2BufferAL& vb, uint32_t stride ) |
| 114 | { |
| 115 | m_vertexStreams[index] = &vb; |
| 116 | m_stride[index] = stride; |
| 117 | } |
| 118 | |
| 119 | void Tr2RenderBatch::SetStreamSource( uint32_t index, const Tr2SuballocatedBuffer::Allocation& vb ) |
| 120 | { |
no test coverage detected