MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / OpenGL

Method OpenGL

src/Engine/OpenGL.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected