[Migrated] When compiling for vulkan, the default capabilities for the vulkan version should be enabled
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
Issue automatically imported from old repo: https://github.com/EmbarkStudios/rust-gpu/issues/725
Old labels: t: enhancement
Originally creatd by khyperia on 2021-08-18T07:19:44Z
For example, when compiling for vulkan1.0 or higher, OpCapability ImageQuery should be included by default.
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 with the Vulkan SPIR-V capabilities section linked in the issue and trace how the compiler handles Vulkan target versions and default capabilities. Done means compiling for Vulkan 1.0 or higher automatically includes the capabilities required by that Vulkan version, including ImageQuery.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers, computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100