KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Missing Queue Family Transfer style checks
- Dominant language
- C++
- Stars
- 1k
- Forks
- 504
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 224
Description
- [ ] VUID-VkImageMemoryBarrier2-srcStageMask-03855
- [ ] VUID-vkQueueSubmit-pSubmits-02808
original issue https://github.com/KhronosGroup/Vulkan-Docs/issues/1050
internal fix https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/7568
new VUs (added in a 1.4.326)
- [ ] VUID-vkQueueSubmit-pSubmits-10911
- [ ] VUID-vkQueueSubmit2-commandBuffer-10910
Contributor guide
Research direction
Start by reviewing the four listed VUIDs, the original Vulkan-Docs issue, and the referenced internal merge request. Then locate the queue submission and image memory barrier validation paths; the work is done when the missing style checks cover all listed VUIDs and their corresponding validation tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100