Particles shader program.
More...
#include <tdme/engine/subsystems/particlesystem/ParticlesShader.h>
Particles shader program.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 19 of file ParticlesShader.h.
◆ ParticlesShader()
Public constructor.
- Parameters
-
engine | engine |
renderer | renderer |
Definition at line 15 of file ParticlesShader.cpp.
◆ initialize()
◆ isInitialized()
◆ setParameters()
void setParameters |
( |
int |
contextIdx, |
|
|
const array< int32_t, 16 > & |
textureIds |
|
) |
| |
Set parameters.
- Parameters
-
contextIdx | context index |
textureIds | texture ids |
Definition at line 129 of file ParticlesShader.cpp.
◆ unUseProgram()
void unUseProgram |
( |
int |
contextIdx | ) |
|
◆ updateEffect()
void updateEffect |
( |
int |
contextIdx | ) |
|
◆ updateMatrices()
void updateMatrices |
( |
int |
contextIdx | ) |
|
◆ useProgram()
void useProgram |
( |
int |
contextIdx | ) |
|
◆ boundTextureIds
array<int32_t, 16> boundTextureIds |
|
private |
◆ engine
◆ initialized
◆ isRunning
◆ mvpMatrix
◆ renderer
◆ renderFragmentShaderId
int32_t renderFragmentShaderId { -1 } |
|
private |
◆ renderProgramId
int32_t renderProgramId { -1 } |
|
private |
◆ renderVertexShaderId
int32_t renderVertexShaderId { -1 } |
|
private |
◆ uniformDiffuseTextureUnits
array<int32_t, 16> uniformDiffuseTextureUnits |
|
private |
◆ uniformMVPMatrix
int32_t uniformMVPMatrix { -1 } |
|
private |
◆ uniformProjectionMatrixXx
int32_t uniformProjectionMatrixXx { -1 } |
|
private |
◆ uniformProjectionMatrixYy
int32_t uniformProjectionMatrixYy { -1 } |
|
private |
◆ uniformViewPortHeight
int32_t uniformViewPortHeight { -1 } |
|
private |
◆ uniformViewPortWidth
int32_t uniformViewPortWidth { -1 } |
|
private |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/subsystems/particlesystem/ParticlesShader.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/subsystems/particlesystem/ParticlesShader.cpp