SO3Engine
|
Go to the source code of this file.
Functions | |
vec4 | texture2DLod (sampler2D s, vec2 v, float lod) |
vec2 | vec2_splat (float x) |
vec3 | vec3_splat (float x) |
vec4 | vec4_splat (float x) |
mat4 | mtxFromRows (vec4 a, vec4 b, vec4 c, vec4 d) |
mat3 | mtxFromRows (vec3 a, vec3 b, vec3 c) |
mat3 | mtxFromCols (vec3 a, vec3 b, vec3 c) |
mat2 | transposeM (mat2 m) |
mat3 | transposeM (mat3 m) |
mat4 | transposeM (mat4 m) |
mat3 mtxFromCols | ( | vec3 | a, |
vec3 | b, | ||
vec3 | c | ||
) |
Definition at line 68 of file OgreUnifiedShader.h.
mat3 mtxFromRows | ( | vec3 | a, |
vec3 | b, | ||
vec3 | c | ||
) |
Definition at line 63 of file OgreUnifiedShader.h.
mat4 mtxFromRows | ( | vec4 | a, |
vec4 | b, | ||
vec4 | c, | ||
vec4 | d | ||
) |
Definition at line 58 of file OgreUnifiedShader.h.
vec4 texture2DLod | ( | sampler2D | s, |
vec2 | v, | ||
float | lod | ||
) |
Definition at line 44 of file OgreUnifiedShader.h.
mat2 transposeM | ( | mat2 | m | ) |
Definition at line 73 of file OgreUnifiedShader.h.
mat3 transposeM | ( | mat3 | m | ) |
Definition at line 78 of file OgreUnifiedShader.h.
mat4 transposeM | ( | mat4 | m | ) |
Definition at line 83 of file OgreUnifiedShader.h.
vec2 vec2_splat | ( | float | x | ) |
Definition at line 54 of file OgreUnifiedShader.h.
vec3 vec3_splat | ( | float | x | ) |
Definition at line 55 of file OgreUnifiedShader.h.
vec4 vec4_splat | ( | float | x | ) |
Definition at line 56 of file OgreUnifiedShader.h.