Commit 978c652
[Kotlin] Fix methods that return containers
The returnAllocation logic was not wired up to the args struct.
I was also able to simplify the logic in the second call parameter loop.
Bug: 375591466
Test: FeaturesTest
Change-Id: I4da704dfec427fc96b0915fca4dd57c3d74cfcca
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212414
Reviewed-by: Corentin Wallez <[email protected]>
Auto-Submit: Jim Blackler <[email protected]>
Commit-Queue: Jim Blackler <[email protected]>1 parent a4bae3f commit 978c652
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
0 commit comments