fix broken test
This commit is contained in:
@@ -4,9 +4,10 @@ export uniform int width() { return programCount; }
|
||||
|
||||
export void f_fu(uniform float RET[], uniform float aFOO[], uniform float b) {
|
||||
float a = aFOO[programIndex];
|
||||
if (a < 3)
|
||||
if (a < 3) {
|
||||
if (all(a < 3))
|
||||
RET[programIndex] = 1;
|
||||
}
|
||||
else RET[programIndex] = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user