HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiGLContextArena Class Referencefinal

#include <contextArena.h>

Public Member Functions

HGIGL_API ~HgiGLContextArena ()
 

Friends

class HgiGL
 
class HgiGLDevice
 
std::ostream & operator<< (std::ostream &out, const HgiGLContextArena &arena)
 

Detailed Description

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 46 of file contextArena.h.

Constructor & Destructor Documentation

HGIGL_API HgiGLContextArena::~HgiGLContextArena ( )

Friends And Related Function Documentation

friend class HgiGL
friend

Definition at line 53 of file contextArena.h.

friend class HgiGLDevice
friend

Definition at line 54 of file contextArena.h.

std::ostream& operator<< ( std::ostream &  out,
const HgiGLContextArena arena 
)
friend

The documentation for this class was generated from the following file: