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

Change create_validator to a free function so it's usable #5717

Merged
merged 1 commit into from
May 20, 2024

Conversation

Elabajaba
Copy link
Contributor

Description
create_validator is currently implemented as a function in wgpu_core's Device impl, which means it isn't really usable by outside crates.

Testing
Ran the water example and it still worked.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@Elabajaba Elabajaba requested a review from a team as a code owner May 18, 2024 21:37
@teoxoy teoxoy merged commit c7a16b3 into gfx-rs:trunk May 20, 2024
25 checks passed
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.

None yet

2 participants