This is the complete list of members for FrameBuffer, including all inherited members.
bindColorBufferTexture(int contextIdx) | FrameBuffer | |
bindDepthBufferTexture(int contextIdx) | FrameBuffer | |
buffers | FrameBuffer | private |
colorBufferTextureId | FrameBuffer | private |
cubeMapTextureId | FrameBuffer | private |
CUBEMAPTEXTUREID_NONE | FrameBuffer | static |
cubeMapTextureIndex | FrameBuffer | private |
CUBEMAPTEXTUREINDEX_NEGATIVE_X | FrameBuffer | static |
CUBEMAPTEXTUREINDEX_NEGATIVE_Y | FrameBuffer | static |
CUBEMAPTEXTUREINDEX_NEGATIVE_Z | FrameBuffer | static |
CUBEMAPTEXTUREINDEX_NONE | FrameBuffer | static |
CUBEMAPTEXTUREINDEX_POSITIVE_X | FrameBuffer | static |
CUBEMAPTEXTUREINDEX_POSITIVE_Y | FrameBuffer | static |
CUBEMAPTEXTUREINDEX_POSITIVE_Z | FrameBuffer | static |
depthBufferTextureId | FrameBuffer | private |
disableFrameBuffer() | FrameBuffer | static |
dispose() | FrameBuffer | |
doPostProcessing(Engine *engine, FrameBuffer *target, FrameBuffer *source, const string &programId, const string &shaderId, FrameBuffer *temporary=nullptr, FrameBuffer *blendToSource=nullptr) | FrameBuffer | static |
enableFrameBuffer() | FrameBuffer | |
FrameBuffer(int32_t width, int32_t height, int32_t buffers, int32_t cubeMapTextureId=CUBEMAPTEXTUREID_NONE, int32_t cubeMapTextureIndex=CUBEMAPTEXTUREINDEX_NONE) | FrameBuffer | |
FRAMEBUFFER_COLORBUFFER | FrameBuffer | static |
FRAMEBUFFER_DEPTHBUFFER | FrameBuffer | static |
frameBufferId | FrameBuffer | private |
getColorBufferTextureId() | FrameBuffer | inline |
getDepthBufferTextureId() | FrameBuffer | inline |
getHeight() | FrameBuffer | inline |
getId() | FrameBuffer | inline |
getWidth() | FrameBuffer | inline |
height | FrameBuffer | private |
initialize() | FrameBuffer | |
renderDepthBufferToScreen(Engine *engine) | FrameBuffer | inline |
renderToScreen(Engine *engine, int32_t depthBufferTextureId, int32_t colorBufferTextureId) | FrameBuffer | private |
renderToScreen(Engine *engine) | FrameBuffer | inline |
reshape(int32_t width, int32_t height) | FrameBuffer | |
width | FrameBuffer | private |