cinder::gl::Fbo::Obj Struct Reference

#include <Fbo.h>

List of all members.

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

Constructor & Destructor Documentation

cinder::gl::Fbo::Obj::Obj (  ) 
cinder::gl::Fbo::Obj::Obj ( int  aWidth,
int  aHeight 
)
cinder::gl::Fbo::Obj::~Obj (  ) 

Member Data Documentation


The documentation for this struct was generated from the following files: