Fix errors in tests for scalar target.

Issue #167.
This commit is contained in:
Matt Pharr
2012-01-31 11:57:12 -08:00
parent ea027a95a8
commit dac091552d
2 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ export void f_f(uniform float RET[], uniform float aFOO[]) {
}
export void result(uniform float RET[]) {
RET[programIndex] = (programCount == 1) ? 1 : 3;
RET[programIndex] = (programCount == 1) ? 2 : 3;
}