issue warning for incompatible sampler flags
Open
enhancement
- Dominant language
- LLVM
- Stars
- 729
- Forks
- 110
- Avg merge
- 17h 51m
- Merged PRs (30d)
- 23
Description
For example, in Vulkan a sampler used with unnormalized coordinates must use either clamp-to-edge or clamp-to-border addressing.
It could save a lot of grief if the compiler caught a violation of this rule.
Contributor guide
Assessment
This issue has not been assessed yet.