| 6325 | } |
| 6326 | |
| 6327 | void UpdateViewport(const olc::vi2d& pos, const olc::vi2d& size) override |
| 6328 | { |
| 6329 | glViewport(pos.x, pos.y, size.x, size.y); |
| 6330 | } |
| 6331 | |
| 6332 | void Set3DProjection(const std::array<float, 16>& mat) |
| 6333 | { |
nothing calls this directly
no outgoing calls
no test coverage detected