#include <Fbo.h>
Public Member Functions | |
Obj () | |
Obj (int aWidth, int aHeight) | |
~Obj () | |
Public Attributes | |
int | mWidth |
int | mHeight |
Format | mFormat |
GLuint | mId |
GLuint | mColorTextureId |
GLuint | mDepthTextureId |
GLuint | mColorRenderBufferId |
GLuint | mDepthRenderBufferId |
GLuint | mResolveFramebufferId |
Texture | mColorTexture |
Texture | mDepthTexture |
bool | mNeedsResolve |
bool | mNeedsMipmapUpdate |
cinder::gl::Fbo::Obj::Obj | ( | ) |
cinder::gl::Fbo::Obj::Obj | ( | int | aWidth, | |
int | aHeight | |||
) |
cinder::gl::Fbo::Obj::~Obj | ( | ) |
GLuint cinder::gl::Fbo::Obj::mId |
bool cinder::gl::Fbo::Obj::mNeedsResolve [mutable] |
bool cinder::gl::Fbo::Obj::mNeedsMipmapUpdate [mutable] |