47 virtual void deleteGlObjects(
void) = 0;
49 const void* myGlContext =
nullptr;
A Generic object that needs clean up in the right context (the one it was created in) This can be use...
Definition: DtGlObjects.h:30
std::tuple< unsigned int, const void * > DtGlVaoAndContext
a vao and the context it was created in
Definition: DtGlObjects.h:22
std::tuple< unsigned int, const void * > DtGlObjectAndContext
an OpenGL object and the context it was created in
Definition: DtGlObjects.h:25
std::tuple< unsigned int, const void * > DtGlFboAndContext
an fbo and the context it was created in
Definition: DtGlObjects.h:19
#define DT_DLL_VRVGRAPHICSUTILS
Definition: vrvGraphicsUtils.h:18