KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
missing sparse binding validation
Open
@arno-lunarg is already working on this.
Since Aug 16, 2023.
Incomplete
- Dominant language
- C++
- Stars
- 1k
- Forks
- 505
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 229
Description
Describe the situation in which you encountered the missing validation
Running sparse binding glcts tests on zink
Valid Usage IDs requested
- VUID-VkSparseImageMemoryBind-memory-01104
- VUID-VkSparseImageMemoryBind-memory-01105
- VUID-VkSparseImageMemoryBind-subresource-01106
- VUID-VkSparseImageMemoryBind-offset-01107
- VUID-VkSparseImageMemoryBind-extent-01108
- VUID-VkSparseImageMemoryBind-offset-01109
- VUID-VkSparseImageMemoryBind-extent-01110
- VUID-VkSparseImageMemoryBind-offset-01111
- VUID-VkSparseImageMemoryBind-extent-01112
-
VUID-vkCreateBuffer-flags-00911see https://gitlab.khronos.org/vulkan/vulkan/-/issues/2403
Additional Context
Probably some of the buffer ones too, but I haven't checked.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.