Arrays do not show up correctly in the UI
Open
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
It looks like arrays of values do not show up correctly as command parameters.
`vkCmdSetBlendConstants` is one such command. It looks like the problem is with `service/box.go`. The values are not reflect.Array, so they get boxed generically.
Contributor guide
Assessment
This issue has not been assessed yet.