Commit 8931456
authored
Fix specified stride in the matrix_assign test on buffer InB: 24 -> 48. (#1259)
The stride specified for the `InB` test was incorrect (probably a
copy-paste error).
This wasn't causing any issues since the stride was unused. However, we
should prefer to use the specified stride since StructuredBuffers are
untyped and don't have a format.1 parent a4748cc commit 8931456
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments