glVertex  5.5.2
Public Member Functions | List of all members
lglFBO Class Reference

frame buffer object More...

#include <glvertex_fbo.h>

Inheritance diagram for lglFBO:
Inheritance graph
[legend]

Public Member Functions

 lglFBO ()
 ctor
 
bool setupFBO (int width, int height, bool fbomipmap=false, bool fbofloat=false, bool force=false)
 create fbo
 
void destroyFBO ()
 destroy fbo
 
void activateFBO ()
 enable fbo
 
GLuint deactivateFBO ()
 disable fbo
 
GLuint getFBOId ()
 get fbo id
 
GLuint getFBOTextureId ()
 get fbo texture id
 
int width ()
 get fbo texture width
 
int height ()
 get fbo texture height
 
int fbo_mipmap ()
 query fbo texture mip-mapping
 
int fbo_float ()
 query fbo float mode
 

Detailed Description

frame buffer object


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