HDK
|
#include <contextArena.h>
Public Member Functions | |
HGIGL_API | ~HgiGLContextArena () |
Friends | |
class | HgiGL |
class | HgiGLDevice |
std::ostream & | operator<< (std::ostream &out, const HgiGLContextArena &arena) |
Represents an arena for the HgiGL instance to manage container object resources that are tied to the current GL context (and can't be shared). (e.g. framebuffer objects)
See notes and relevant API in hgiGL/hgi.h
Definition at line 29 of file contextArena.h.
HGIGL_API HgiGLContextArena::~HgiGLContextArena | ( | ) |
Definition at line 36 of file contextArena.h.
|
friend |
Definition at line 37 of file contextArena.h.
|
friend |