KhronosGroup / KhronosGroup/Vulkan-ValidationLayers

Missing VK_KHR_dynamic_rendering_local_read checks

Open
#9,102 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.