| 144 | } |
| 145 | |
| 146 | void draw() |
| 147 | { |
| 148 | glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); |
| 149 | |
| 150 | mapNextPage(); |
| 151 | |
| 152 | glViewport(0, 0, g_size.x, g_size.y); |
| 153 | g_quad->draw(); |
| 154 | } |
| 155 | |
| 156 | |
| 157 | void error(int errnum, const char * errmsg) |
no test coverage detected