| 235 | } |
| 236 | |
| 237 | void drawPoints(void) |
| 238 | { |
| 239 | if (g_bShowAxes) { |
| 240 | glDrawArrays(GL_LINE_STRIP, 200000, 2); |
| 241 | glDrawArrays(GL_LINE_STRIP, 200002, 2); |
| 242 | glDrawArrays(GL_LINE_STRIP, 200004, 2); |
| 243 | } |
| 244 | |
| 245 | glDrawArrays(GL_POINTS, 0, g_nVerticesPopulated); |
| 246 | } |
| 247 | |
| 248 | void drawText(void) |
| 249 | { |
no outgoing calls
no test coverage detected