Updated shaders to align with multiply

This commit is contained in:
Alejandro Saucedo 2020-08-23 06:50:22 +01:00
parent 88944de156
commit 7b7074ce26
2 changed files with 1 additions and 3 deletions

View file

@ -21,9 +21,7 @@ void main()
//valuesOutput[index] = valuesLhs[index] * valuesRhs[index];
// FOR TESTING
valuesOutput[index] = valuesLhs[index] + valuesRhs[index];
valuesLhs[index] = 100 + index;
valuesRhs[index] = 100 + index;
valuesOutput[index] = valuesLhs[index] * valuesRhs[index];
}

Binary file not shown.