| 295 | } |
| 296 | |
| 297 | void SimpleOpenGL2App::swapBuffer() |
| 298 | { |
| 299 | m_window->endRendering(); |
| 300 | m_window->startRendering(); |
| 301 | } |
| 302 | |
| 303 | void SimpleOpenGL2App::drawText(const char* txt, int posXi, int posYi, float size, float colorRGBA[4]) |
| 304 | { |
nothing calls this directly
no test coverage detected