6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
export void f_v(uniform float RET[]) { RET[programIndex] = 12.5; }
|
|
|
|
export void result(uniform float RET[]) {
|
|
RET[programIndex] = 12.500000;
|
|
}
|