GUI shader.
More...
#include <tdme/gui/renderer/GUIShader.h>
|
Renderer * | renderer { nullptr } |
|
int32_t | vertexShaderId { -1 } |
|
int32_t | fragmentShaderId { -1 } |
|
int32_t | programId { -1 } |
|
int32_t | uniformDiffuseTextureUnit { -1 } |
|
int32_t | uniformDiffuseTextureAvailable { -1 } |
|
int32_t | uniformMaskTextureUnit { -1 } |
|
int32_t | uniformMaskTextureAvailable { -1 } |
|
int32_t | uniformMaskMaxValue { -1 } |
|
int32_t | uniformEffectColorMul { -1 } |
|
int32_t | uniformEffectColorAdd { -1 } |
|
int32_t | uniformTextureMatrix { -1 } |
|
int32_t | uniformGradientAvailable { -1 } |
|
array< int32_t, 10 > | uniformGradientColors { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 } |
|
int32_t | uniformGradientColorCount { -1 } |
|
array< int32_t, 10 > | uniformGradientColorStarts { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 } |
|
int32_t | uniformInverseGradientTextureMatrix { -1 } |
|
bool | initialized |
|
bool | isRunning |
|
GUI shader.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 21 of file GUIShader.h.
◆ GUIShader()
Public constructor.
- Parameters
-
Definition at line 23 of file GUIShader.cpp.
◆ bindTexture()
void bindTexture |
( |
int32_t |
textureId | ) |
|
◆ initialize()
◆ isInitialized()
- Returns
- if initialized and ready to use
Definition at line 30 of file GUIShader.cpp.
◆ setGradient()
void setGradient |
( |
int |
count, |
|
|
array< GUIColor, 10 > & |
colors, |
|
|
array< float, 10 > & |
colorStarts, |
|
|
float |
rotationAngle |
|
) |
| |
Set gradient properties.
- Deprecated:
- use rather custom UI shader and parameters
- Parameters
-
count | color count |
colors | colors |
colorStarts | color starts |
rotationAngle | rotation angle |
Definition at line 162 of file GUIShader.cpp.
◆ unsetGradient()
◆ unUseProgram()
◆ updateEffect()
◆ updateTextureMatrix()
void updateTextureMatrix |
( |
| ) |
|
◆ useProgram()
◆ fragmentShaderId
int32_t fragmentShaderId { -1 } |
|
private |
◆ initialized
◆ isRunning
◆ programId
◆ renderer
◆ uniformDiffuseTextureAvailable
int32_t uniformDiffuseTextureAvailable { -1 } |
|
private |
◆ uniformDiffuseTextureUnit
int32_t uniformDiffuseTextureUnit { -1 } |
|
private |
◆ uniformEffectColorAdd
int32_t uniformEffectColorAdd { -1 } |
|
private |
◆ uniformEffectColorMul
int32_t uniformEffectColorMul { -1 } |
|
private |
◆ uniformGradientAvailable
int32_t uniformGradientAvailable { -1 } |
|
private |
◆ uniformGradientColorCount
int32_t uniformGradientColorCount { -1 } |
|
private |
◆ uniformGradientColors
array<int32_t, 10> uniformGradientColors { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 } |
|
private |
◆ uniformGradientColorStarts
array<int32_t, 10> uniformGradientColorStarts { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 } |
|
private |
◆ uniformInverseGradientTextureMatrix
int32_t uniformInverseGradientTextureMatrix { -1 } |
|
private |
◆ uniformMaskMaxValue
int32_t uniformMaskMaxValue { -1 } |
|
private |
◆ uniformMaskTextureAvailable
int32_t uniformMaskTextureAvailable { -1 } |
|
private |
◆ uniformMaskTextureUnit
int32_t uniformMaskTextureUnit { -1 } |
|
private |
◆ uniformTextureMatrix
int32_t uniformTextureMatrix { -1 } |
|
private |
◆ vertexShaderId
int32_t vertexShaderId { -1 } |
|
private |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/gui/renderer/GUIShader.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/gui/renderer/GUIShader.cpp