KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Build without VK_ENABLE_BETA_EXTENSIONS
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1k
- Forks
- 505
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 229
Description
(attempted in https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/8908)
We should have a way to build VVL without VK_ENABLE_BETA_EXTENSIONS to prevent experimental apps
Combined with https://github.com/KhronosGroup/SPIRV-Headers/pull/464 we should be able to have a separate build
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 attempted pull request #8908 and the referenced SPIRV-Headers pull request #464 to understand the proposed separate build. Trace where VK_ENABLE_BETA_EXTENSIONS is configured, then verify that VVL can build without it and that the resulting configuration excludes experimental extensions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100