| 343 | } |
| 344 | |
| 345 | OpenGL::OpenGL() : gltexture(0), glprogram(0), fragmentshader(0), linear(false), vertexshader(0), |
| 346 | buffer(NULL), buffer_surface(NULL), iwidth(0), iheight(0), |
| 347 | iformat(GL_UNSIGNED_INT_8_8_8_8_REV), // this didn't seem to be set anywhere before... |
| 348 | ibpp(32) // ...nor this |
| 349 | { } |
| 350 | |
| 351 | OpenGL::~OpenGL() { |
| 352 | term(); |
nothing calls this directly
no outgoing calls
no test coverage detected