6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
export void f_v(uniform float RET[]) { float x = 10; x += 9; RET[programIndex] = x; }
|
|
|
|
export void result(uniform float RET[]) {
|
|
RET[programIndex] = 19.000000;
|
|
}
|