#include <gl.h>
Public Member Functions | |
void | Bind () const |
GlFramebuffer () | |
GlFramebuffer (GlTexture &colour, GlRenderBuffer &depth) | |
GlFramebuffer (GlTexture &colour0, GlTexture &colour1, GlRenderBuffer &depth) | |
void | Unbind () const |
~GlFramebuffer () | |
Public Attributes | |
unsigned | attachments |
GLuint | fbid |
pangolin::GlFramebuffer::GlFramebuffer | ( | ) | [inline] |
pangolin::GlFramebuffer::GlFramebuffer | ( | GlTexture & | colour, |
GlRenderBuffer & | depth | ||
) | [inline] |
pangolin::GlFramebuffer::GlFramebuffer | ( | GlTexture & | colour0, |
GlTexture & | colour1, | ||
GlRenderBuffer & | depth | ||
) | [inline] |
pangolin::GlFramebuffer::~GlFramebuffer | ( | ) | [inline] |
void pangolin::GlFramebuffer::Bind | ( | ) | const [inline] |
void pangolin::GlFramebuffer::Unbind | ( | ) | const [inline] |
unsigned pangolin::GlFramebuffer::attachments |