Updated shaders to align with multiply
This commit is contained in:
parent
88944de156
commit
7b7074ce26
2 changed files with 1 additions and 3 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue