TAMSVIZ
Visualization and annotation tool for ROS
|
Public Member Functions | |
GLuint | id () const |
void | create () |
void | bind () |
void | attach (Renderbuffer &renderbuffer, int attachment) |
void | attach (Texture &texture, int attachment) |
![]() | |
ResourceBase (const ResourceBase &)=delete | |
ResourceBase & | operator= (const ResourceBase &)=delete |
Protected Member Functions | |
void | destroy () |
![]() | |
void | cleanup (const std::function< void()> &callback) |
bool | invalidated () |
Protected Attributes | |
GLuint | _id = 0 |
Additional Inherited Members | |
![]() | |
static void | setCleanupFunction (const std::function< void(const std::function< void()> &)> &callback) |
Definition at line 12 of file framebuffer.h.