10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
export void f_f(uniform float RET[], uniform float aFOO[]) {
|
|
unsigned int x = 0xffffffff;
|
|
#pragma ignore warning(perf)
|
|
RET[programIndex] = x >> 16;
|
|
}
|
|
|
|
export void result(uniform float RET[]) {
|
|
RET[programIndex] = 0xffff;
|
|
}
|