Frame buffer class.
More...
#include <tdme/engine/FrameBuffer.h>
Frame buffer class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 20 of file FrameBuffer.h.
◆ FrameBuffer()
Public constructor.
- Parameters
-
width | width |
height | height |
buffers | buffers (see FrameBuffer::FRAMEBUFFER_*) |
cubeMapTextureId | cube map texture id |
cubeMapTextureIndex | cube map texture index |
Definition at line 21 of file FrameBuffer.cpp.
◆ bindColorBufferTexture()
void bindColorBufferTexture |
( |
int |
contextIdx | ) |
|
◆ bindDepthBufferTexture()
void bindDepthBufferTexture |
( |
int |
contextIdx | ) |
|
◆ disableFrameBuffer()
void disableFrameBuffer |
( |
| ) |
|
|
static |
Switches back to non offscreen main frame buffer to be rendered.
Definition at line 85 of file FrameBuffer.cpp.
◆ dispose()
◆ doPostProcessing()
Do post processing into target frame buffer (which can be screen as well when passing nullptr)
- Parameters
-
engine | engine |
source | source frame buffer |
programId | post processing shader id |
shaderId | post processing shader id |
temporary | bind additional temporary frame buffer |
blendToSource | target = blendToSource + source |
Definition at line 156 of file FrameBuffer.cpp.
◆ enableFrameBuffer()
void enableFrameBuffer |
( |
| ) |
|
Enables this frame buffer to be rendered.
Definition at line 78 of file FrameBuffer.cpp.
◆ getColorBufferTextureId()
int32_t getColorBufferTextureId |
( |
| ) |
|
|
inline |
- Returns
- color buffer texture id
Definition at line 97 of file FrameBuffer.h.
◆ getDepthBufferTextureId()
int32_t getDepthBufferTextureId |
( |
| ) |
|
|
inline |
- Returns
- depth buffer texture id
Definition at line 90 of file FrameBuffer.h.
◆ getHeight()
◆ getId()
◆ getWidth()
◆ initialize()
◆ renderDepthBufferToScreen()
void renderDepthBufferToScreen |
( |
Engine * |
engine | ) |
|
|
inline |
Render depth buffer to screen or bound frame buffer.
- Parameters
-
Definition at line 152 of file FrameBuffer.h.
◆ renderToScreen() [1/2]
void renderToScreen |
( |
Engine * |
engine | ) |
|
|
inline |
Render to screen or bound frame buffer.
- Parameters
-
Definition at line 144 of file FrameBuffer.h.
◆ renderToScreen() [2/2]
void renderToScreen |
( |
Engine * |
engine, |
|
|
int32_t |
depthBufferTextureId, |
|
|
int32_t |
colorBufferTextureId |
|
) |
| |
|
private |
Render given depth texture and color buffer texture to screen @parma engine engine.
- Parameters
-
depthBufferTextureId | depth buffer texture id |
colorBufferTextureId | color buffer texture id |
Definition at line 102 of file FrameBuffer.cpp.
◆ reshape()
void reshape |
( |
int32_t |
width, |
|
|
int32_t |
height |
|
) |
| |
◆ buffers
◆ colorBufferTextureId
int32_t colorBufferTextureId |
|
private |
◆ cubeMapTextureId
◆ CUBEMAPTEXTUREID_NONE
constexpr int32_t CUBEMAPTEXTUREID_NONE { 0 } |
|
staticconstexpr |
◆ cubeMapTextureIndex
int32_t cubeMapTextureIndex |
|
private |
◆ CUBEMAPTEXTUREINDEX_NEGATIVE_X
constexpr int32_t CUBEMAPTEXTUREINDEX_NEGATIVE_X { 1 } |
|
staticconstexpr |
◆ CUBEMAPTEXTUREINDEX_NEGATIVE_Y
constexpr int32_t CUBEMAPTEXTUREINDEX_NEGATIVE_Y { 4 } |
|
staticconstexpr |
◆ CUBEMAPTEXTUREINDEX_NEGATIVE_Z
constexpr int32_t CUBEMAPTEXTUREINDEX_NEGATIVE_Z { 6 } |
|
staticconstexpr |
◆ CUBEMAPTEXTUREINDEX_NONE
constexpr int32_t CUBEMAPTEXTUREINDEX_NONE { 0 } |
|
staticconstexpr |
◆ CUBEMAPTEXTUREINDEX_POSITIVE_X
constexpr int32_t CUBEMAPTEXTUREINDEX_POSITIVE_X { 2 } |
|
staticconstexpr |
◆ CUBEMAPTEXTUREINDEX_POSITIVE_Y
constexpr int32_t CUBEMAPTEXTUREINDEX_POSITIVE_Y { 3 } |
|
staticconstexpr |
◆ CUBEMAPTEXTUREINDEX_POSITIVE_Z
constexpr int32_t CUBEMAPTEXTUREINDEX_POSITIVE_Z { 5 } |
|
staticconstexpr |
◆ depthBufferTextureId
int32_t depthBufferTextureId |
|
private |
◆ FRAMEBUFFER_COLORBUFFER
constexpr int32_t FRAMEBUFFER_COLORBUFFER { 2 } |
|
staticconstexpr |
◆ FRAMEBUFFER_DEPTHBUFFER
constexpr int32_t FRAMEBUFFER_DEPTHBUFFER { 1 } |
|
staticconstexpr |
◆ frameBufferId
◆ height
◆ width
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/FrameBuffer.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/FrameBuffer.cpp