Tutorial by Topics: encapsulating

Examples of various ways to have OpenGL objects work with C++ RAII. RAII encapsulation of OpenGL objects has dangers. The most unavoidable is that OpenGL objects are associated with the OpenGL context that created them. So the destruction of a C++ RAII object must be done in a OpenGL context w...

Page 1 of 1