TDME2 1.9.121
Classes | Public Member Functions | Private Attributes | List of all members
ShadowMapCreationShader Class Referencefinal

Shadow mapping shader to create a shadow map. More...

#include <tdme/engine/subsystems/shadowmapping/ShadowMapCreationShader.h>

Collaboration diagram for ShadowMapCreationShader:
Collaboration graph

Classes

struct  ShadowMapCreationShaderContext
 

Public Member Functions

 ShadowMapCreationShader (Renderer *renderer)
 Constructor. More...
 
 ~ShadowMapCreationShader ()
 Destructor. More...
 
bool isInitialized ()
 
void initialize ()
 Init shadow map creation shader program. More...
 
void useProgram (Engine *engine)
 Use shadow map creation shader program. More...
 
void unUseProgram ()
 Unuse shadow map creation shader program. More...
 
void updateMatrices (int contextIdx)
 Set up matrices. More...
 
void updateTextureMatrix (int contextIdx)
 Set up texture matrix. More...
 
void updateMaterial (int contextIdx)
 Update material. More...
 
void updateShaderParameters (int contextIdx)
 Update shader parameters. More...
 
void bindTexture (int contextIdx, int32_t textureId)
 Bind texture. More...
 
void setShader (int contextIdx, const string &id)
 Set shader. More...
 

Private Attributes

unordered_map< string, ShadowMapCreationShaderImplementation * > shader
 
bool running { false }
 
Engineengine { nullptr }
 
Rendererrenderer { nullptr }
 
vector< ShadowMapCreationShaderContextcontexts
 

Detailed Description

Shadow mapping shader to create a shadow map.

Author
Andreas Drewke
Version
$Id$

Definition at line 27 of file ShadowMapCreationShader.h.

Constructor & Destructor Documentation

◆ ShadowMapCreationShader()

Constructor.

Parameters
rendererrenderer

Definition at line 32 of file ShadowMapCreationShader.cpp.

◆ ~ShadowMapCreationShader()

Destructor.

Definition at line 41 of file ShadowMapCreationShader.cpp.

Member Function Documentation

◆ bindTexture()

void bindTexture ( int  contextIdx,
int32_t  textureId 
)

Bind texture.

Parameters
contextIdxcontext index
textureIdtexture id

Definition at line 109 of file ShadowMapCreationShader.cpp.

◆ initialize()

void initialize ( )

Init shadow map creation shader program.

Definition at line 56 of file ShadowMapCreationShader.cpp.

◆ isInitialized()

bool isInitialized ( )
Returns
if initialized and ready to use

Definition at line 47 of file ShadowMapCreationShader.cpp.

◆ setShader()

void setShader ( int  contextIdx,
const string &  id 
)

Set shader.

Parameters
context
idshader id

Definition at line 116 of file ShadowMapCreationShader.cpp.

◆ unUseProgram()

void unUseProgram ( )

Unuse shadow map creation shader program.

Definition at line 69 of file ShadowMapCreationShader.cpp.

◆ updateMaterial()

void updateMaterial ( int  contextIdx)

Update material.

Parameters
contextIdxcontext index

Definition at line 96 of file ShadowMapCreationShader.cpp.

◆ updateMatrices()

void updateMatrices ( int  contextIdx)

Set up matrices.

Parameters
contextIdxcontext index

Definition at line 83 of file ShadowMapCreationShader.cpp.

◆ updateShaderParameters()

void updateShaderParameters ( int  contextIdx)

Update shader parameters.

Parameters
context

Definition at line 103 of file ShadowMapCreationShader.cpp.

◆ updateTextureMatrix()

void updateTextureMatrix ( int  contextIdx)

Set up texture matrix.

Parameters
contextIdxcontext index

Definition at line 90 of file ShadowMapCreationShader.cpp.

◆ useProgram()

void useProgram ( Engine engine)

Use shadow map creation shader program.

Parameters
engineengine

Definition at line 63 of file ShadowMapCreationShader.cpp.

Member Data Documentation

◆ contexts

vector<ShadowMapCreationShaderContext> contexts
private

Definition at line 37 of file ShadowMapCreationShader.h.

◆ engine

Engine* engine { nullptr }
private

Definition at line 35 of file ShadowMapCreationShader.h.

◆ renderer

Renderer* renderer { nullptr }
private

Definition at line 36 of file ShadowMapCreationShader.h.

◆ running

bool running { false }
private

Definition at line 34 of file ShadowMapCreationShader.h.

◆ shader

unordered_map<string, ShadowMapCreationShaderImplementation*> shader
private

Definition at line 33 of file ShadowMapCreationShader.h.


The documentation for this class was generated from the following files: