| 580 | } |
| 581 | |
| 582 | void Renderer::setViewPort(int x, int y, unsigned int w, unsigned int h) |
| 583 | { |
| 584 | _viewport.x = x; |
| 585 | _viewport.y = y; |
| 586 | _viewport.width = w; |
| 587 | _viewport.height = h; |
| 588 | } |
| 589 | |
| 590 | void Renderer::fillVerticesAndIndices(const TrianglesCommand* cmd, unsigned int vertexBufferOffset) |
| 591 | { |
no outgoing calls
no test coverage detected