| 1166 | typedef void (*PostSwapBuffersFn)(uint32_t _width, uint32_t _height); |
| 1167 | |
| 1168 | void flushGlError() |
| 1169 | { |
| 1170 | for (GLenum err = glGetError(); err != 0; err = glGetError() ); |
| 1171 | } |
| 1172 | |
| 1173 | GLenum getGlError() |
| 1174 | { |
no outgoing calls
no test coverage detected