-------------------------------------------------------------------------------------- Description: Needs to be called after all renderer batches were submitted and before new instances are added. --------------------------------------------------------------------------------------
| 89 | // instances are added. |
| 90 | // -------------------------------------------------------------------------------------- |
| 91 | void Tr2QuadRenderer::DoneRendering( Tr2RenderContext& renderContext ) |
| 92 | { |
| 93 | m_vertexBuffer.DoneUsingData( renderContext ); |
| 94 | m_bufferSize = 0; |
| 95 | } |
| 96 | |
| 97 | // -------------------------------------------------------------------------------------- |
| 98 | // Description: |
no test coverage detected