Definition DepthCubeMapFrameBuffer.hpp:10
GLuint _fbo
Definition DepthCubeMapFrameBuffer.hpp:24
void clear()
Definition DepthCubeMapFrameBuffer.cpp:37
void setSize(int width, int height)
Definition DepthCubeMapFrameBuffer.cpp:46
~DepthCubeMapFrameBuffer()
Definition DepthCubeMapFrameBuffer.cpp:17
void unbind()
Definition DepthCubeMapFrameBuffer.cpp:33
GLuint getID() const
Definition DepthCubeMapFrameBuffer.hpp:21
GLuint _rbo
Definition DepthCubeMapFrameBuffer.hpp:24
void setupFramebuffer()
Definition DepthCubeMapFrameBuffer.cpp:86
DepthCubeMapFrameBuffer()
Definition DepthCubeMapFrameBuffer.cpp:6
uint32_t _height
Definition DepthCubeMapFrameBuffer.hpp:25
void bind()
Definition DepthCubeMapFrameBuffer.cpp:29
void activate(GLuint texId) const
Definition DepthCubeMapFrameBuffer.cpp:41
uint32_t _width
Definition DepthCubeMapFrameBuffer.hpp:25
GLuint _cubemapTexture
Definition DepthCubeMapFrameBuffer.hpp:24