Geometry buffer class.
More...
#include <tdme/engine/GeometryBuffer.h>
Geometry buffer class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 13 of file GeometryBuffer.h.
◆ GeometryBuffer()
◆ disableGeometryBuffer()
void disableGeometryBuffer |
( |
| ) |
|
|
static |
Switches back to non offscreen main frame buffer to be rendered.
Definition at line 100 of file GeometryBuffer.cpp.
◆ dispose()
◆ enableGeometryBuffer()
void enableGeometryBuffer |
( |
| ) |
|
◆ getColorBufferTextureId1()
int32_t getColorBufferTextureId1 |
( |
| ) |
|
|
inline |
◆ getColorBufferTextureId2()
int32_t getColorBufferTextureId2 |
( |
| ) |
|
|
inline |
◆ getColorBufferTextureId3()
int32_t getColorBufferTextureId3 |
( |
| ) |
|
|
inline |
◆ getColorBufferTextureId4()
int32_t getColorBufferTextureId4 |
( |
| ) |
|
|
inline |
◆ getColorBufferTextureId5()
int32_t getColorBufferTextureId5 |
( |
| ) |
|
|
inline |
◆ getDepthBufferTextureId()
int32_t getDepthBufferTextureId |
( |
| ) |
|
|
inline |
◆ getGeometryBufferTextureId1()
int32_t getGeometryBufferTextureId1 |
( |
| ) |
|
|
inline |
◆ getGeometryBufferTextureId2()
int32_t getGeometryBufferTextureId2 |
( |
| ) |
|
|
inline |
◆ getGeometryBufferTextureId3()
int32_t getGeometryBufferTextureId3 |
( |
| ) |
|
|
inline |
◆ getHeight()
◆ getId()
◆ getWidth()
◆ initialize()
◆ renderToScreen()
void renderToScreen |
( |
Engine * |
engine | ) |
|
Render to screen or bound geometry buffer @engine engine.
Definition at line 107 of file GeometryBuffer.cpp.
◆ reshape()
void reshape |
( |
int32_t |
width, |
|
|
int32_t |
height |
|
) |
| |
◆ colorBufferTextureId1
int32_t colorBufferTextureId1 |
|
private |
◆ colorBufferTextureId2
int32_t colorBufferTextureId2 |
|
private |
◆ colorBufferTextureId3
int32_t colorBufferTextureId3 |
|
private |
◆ colorBufferTextureId4
int32_t colorBufferTextureId4 |
|
private |
◆ colorBufferTextureId5
int32_t colorBufferTextureId5 |
|
private |
◆ depthBufferTextureId
int32_t depthBufferTextureId |
|
private |
◆ frameBufferId
◆ geometryBufferTextureId1
int32_t geometryBufferTextureId1 |
|
private |
◆ geometryBufferTextureId2
int32_t geometryBufferTextureId2 |
|
private |
◆ geometryBufferTextureId3
int32_t geometryBufferTextureId3 |
|
private |
◆ height
◆ width
The documentation for this class was generated from the following files: