KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Missing VK_KHR_dynamic_rendering_local_read checks
Open
Nobody has claimed this yet.
Incomplete
- Dominant language
- C++
- Stars
- 1k
- Forks
- 505
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 229
Description
These were added in 1.3.280 (https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/6520)
- VUID-vkCmdDraw-pDepthInputAttachmentIndex-09595
- VUID-vkCmdDraw-pDepthInputAttachmentIndex-09596
- VUID-vkCmdDraw-InputAttachmentIndex-09597
This was added in 1.3.285
- VUID-VkGraphicsPipelineCreateInfo-renderPass-09652
This one seems to just be missing from when we added the initial VUs
- VUID-RuntimeSpirv-OpEntryPoint-08727
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.
Research direction
Start by locating the validation checks related to VK_KHR_dynamic_rendering_local_read and the listed VUIDs. Treat the three unchecked VUIDs and VUID-RuntimeSpirv-OpEntryPoint-08727 as the scope; done means each missing check is implemented with appropriate coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100