We have many duplicate memory reads in the API (particularly Vulkan)
Open
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
We often read the same memory location multiple times in a command. This should be un-necessary, and slows us down. We should fix this.
Contributor guide
Assessment
This issue has not been assessed yet.