| 1513 | } |
| 1514 | |
| 1515 | void GLInstancingRenderer::resize(int width, int height) |
| 1516 | { |
| 1517 | m_screenWidth = width; |
| 1518 | m_screenHeight = height; |
| 1519 | } |
| 1520 | |
| 1521 | const CommonCameraInterface* GLInstancingRenderer::getActiveCamera() const |
| 1522 | { |
no outgoing calls
no test coverage detected