| 354 | } |
| 355 | |
| 356 | void downloadToBuffer(unsigned char *data) |
| 357 | { |
| 358 | glReadPixels(0, 0, width, height, FormatT::Format, FormatT::Type, data); |
| 359 | CHECKGL(); |
| 360 | } |
| 361 | |
| 362 | void flipY() |
| 363 | { |
nothing calls this directly
no outgoing calls
no test coverage detected