13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
|
|
export uniform int width() { return programCount; }
|
|
|
|
|
|
export void f_v(uniform float RET[]) {
|
|
unsigned int x = 0xffff0f0f;
|
|
RET[programIndex] = ~x;
|
|
}
|
|
|
|
export void result(uniform float RET[]) {
|
|
RET[programIndex] = 0xf0f0;
|
|
}
|