Fix some tests for up to 64-wide gangs
This commit is contained in:
committed by
Matt Pharr
parent
1f6075506c
commit
ece65cab18
@@ -4,7 +4,7 @@ export uniform int width() { return programCount; }
|
||||
|
||||
export void f_f(uniform float RET[], uniform float aFOO[]) {
|
||||
float a = aFOO[programIndex];
|
||||
RET[programIndex] = a < 17.;
|
||||
RET[programIndex] = a < 65.;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user