-------------------------------------------------------------------------------------- Description: Returns the size of the instance buffer. --------------------------------------------------------------------------------------
| 322 | // Returns the size of the instance buffer. |
| 323 | // -------------------------------------------------------------------------------------- |
| 324 | uint32_t Tr2QuadRenderer::GetInstanceBufferSize() const |
| 325 | { |
| 326 | return m_vertexBuffer.GetBufferSize(); |
| 327 | } |
| 328 | |
| 329 | // -------------------------------------------------------------------------------------- |
| 330 | // Description: |
nothing calls this directly
no test coverage detected