Rust-GPU / Rust-GPU/rust-gpu

[Migrated] When compiling for vulkan, the default capabilities for the vulkan version should be enabled

Open
#125 1 comment 0 reactions 0 assignees View on GitHub

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


See the vulkan spec

For example, when compiling for vulkan1.0 or higher, OpCapability ImageQuery should be included by default.

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.