9 #ifndef RAMSES_EFFECTINPUTSEMANTIC_H
10 #define RAMSES_EFFECTINPUTSEMANTIC_H
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
EEffectUniformSemantic
Effect uniform semantic type.
Definition: EffectInputSemantic.h:18
@ DisplayBufferResolution
Resolution of currently set destination display buffer (either display framebuffer or offscreen buffe...
@ ModelViewMatrix33
Model-view matrix 3x3.
@ ModelMatrix
Mesh model matrix 4x4.
@ TextTexture
Text specific.
@ ModelViewProjectionMatrix
Model-view-projection matrix 4x4.
@ Invalid
Invalid semantic.
@ NormalMatrix
Transposed and inversed MVP matrix for vertex normals.
@ ProjectionMatrix
Projection matrix 4x4.
@ ModelViewMatrix
Model-view matrix 4x4.
@ ViewMatrix
View matrix 4x4.
@ CameraWorldPosition
^ Position, from where the renderer eye looks at the scene in world coordinates
EEffectAttributeSemantic
Effect attribute semantic type.
Definition: EffectInputSemantic.h:42
@ TextPositions
Text specific - vertex positions input. MUST be of type vec2.
@ Invalid
Invalid semantic.
@ TextTextureCoordinates
Text specific - texture coordinates input. MUST be of type vec2.