Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hal/vulkan: Instance::required_extensions -> desired_extensions #4115

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

jimblandy
Copy link
Member

@jimblandy jimblandy commented Sep 4, 2023

Rename wgpu_hal::vulkan::Instance::required_extensions to desired_extensions, to match its behavior. Document the function to clarify its role.

Checklist

  • Run cargo clippy.
  • Run cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Rename `wgpu_hal::vulkan::Instance::required_extensions` to
`desired_extensions`, to match its behavior. Document the function to
clarify its role.
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat!

@Wumpf Wumpf enabled auto-merge (squash) September 5, 2023 13:27
@Wumpf Wumpf merged commit ff80729 into gfx-rs:trunk Sep 5, 2023
20 checks passed
bradwerth pushed a commit to bradwerth/wgpu that referenced this pull request Sep 19, 2023
…fx-rs#4115)

Rename `wgpu_hal::vulkan::Instance::required_extensions` to
`desired_extensions`, to match its behavior. Document the function to
clarify its role.
@jimblandy jimblandy deleted the desired-extensions branch December 13, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants