KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Missing Win32 External VUs
Open
Nobody has claimed this yet.
Incomplete
- Dominant language
- C++
- Stars
- 1k
- Forks
- 505
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 229
Description
(few in https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/6877 but these are only Win32)
- VUID-VkExportFenceWin32HandleInfoKHR-handleTypes-01447
- VUID-VkExportMemoryWin32HandleInfoKHR-handleTypes-00657
- VUID-VkExportSemaphoreWin32HandleInfoKHR-handleTypes-01125
- VUID-VkFenceGetWin32HandleInfoKHR-handleType-01449
- VUID-VkFenceGetWin32HandleInfoKHR-handleType-01451
- VUID-VkImportFenceWin32HandleInfoKHR-handleType-01460
- VUID-VkImportFenceWin32HandleInfoKHR-handleType-01461
- VUID-VkImportMemoryWin32HandleInfoKHR-handle-00659
- VUID-VkImportMemoryWin32HandleInfoKHR-handle-01441
- VUID-VkImportMemoryWin32HandleInfoKHR-handleType-00660
- VUID-VkImportMemoryWin32HandleInfoKHR-handleType-00661
- VUID-VkImportMemoryWin32HandleInfoKHR-handleType-01439
- VUID-VkImportMemoryWin32HandleInfoKHR-handleType-01440
- VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-01467
- VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-01468
- VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-03261
- VUID-VkImportSemaphoreWin32HandleInfoKHR-handleType-03262
- VUID-VkMemoryGetWin32HandleInfoKHR-handleType-00663
- VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-01127
- VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-01129
- VUID-VkSemaphoreGetWin32HandleInfoKHR-handleType-01130
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 reviewing the related Vulkan-ValidationLayers issue 6877 and locating existing Win32 external-handle validation coverage in this repository. Determine how each listed VUID is represented, then cover the 21 unchecked VUIDs and verify that all checklist items are addressed with the relevant validation tests.
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
- 45/100