Searched refs:CONSTANT (Results 1 – 2 of 2) sorted by relevance
| /NW4C-2.0.3/sources/shaders/gfx/ |
| D | VertexShader.h | 157 #define CONSTANT c93 macro 159 def CONSTANT[0], 0.0, 1.0, 2.0, 3.0 160 def CONSTANT[1], 0.125, 0.00390625, 0.5, 0.25 161 def CONSTANT[2], 3.0, 4.0, 5.0, 6.0 163 #define CONST_0 CONSTANT[0].x 164 #define CONST_1 CONSTANT[0].y 165 #define CONST_2 CONSTANT[0].z 166 #define CONST_3 CONSTANT[0].w 167 #define CONST_4 CONSTANT[2].y 168 #define CONST_5 CONSTANT[2].z [all …]
|
| /NW4C-2.0.3/sources/shaders/font/ |
| D | font_TextWriterShader.vsh | 29 #define CONSTANT c95 30 def CONSTANT, 0.0, 0.5, 1.0, 0.003921569 32 #define CONST_1 CONSTANT.z 33 #define CONST_1__255 CONSTANT.w
|