| 106 | } |
| 107 | |
| 108 | void Tr2RenderBatch::SetVertexDeclaration( unsigned int vertexDeclaration ) |
| 109 | { |
| 110 | m_vertexDeclaration = vertexDeclaration; |
| 111 | } |
| 112 | |
| 113 | void Tr2RenderBatch::SetStreamSource( uint32_t index, const Tr2BufferAL& vb, uint32_t stride ) |
| 114 | { |
no outgoing calls
no test coverage detected