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

Update gpu allocator to 0.22 #3447

Merged
merged 2 commits into from Feb 3, 2023

Conversation

Elabajaba
Copy link
Contributor

Checklist

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

Description
Minimal update to gpu allocator 0.22.

Testing
Tested water, shadow, and compute example. Also ran cargo nextest and everything (except the zero_init_workgroup_mem test that was already broken) passed.

@Elabajaba Elabajaba marked this pull request as ready for review February 2, 2023 20:29
@Elabajaba
Copy link
Contributor Author

We could potentially use gpu-allocator's new allocator.create_resource(...) function, but I'm not sure what the benefit of using it over what we're already doing would be.

@cwfitzgerald cwfitzgerald added the PR: needs back-porting PR with a fix that needs to land on crates label Feb 3, 2023
@cwfitzgerald cwfitzgerald merged commit 42b48ec into gfx-rs:master Feb 3, 2023
cwfitzgerald pushed a commit to cwfitzgerald/wgpu that referenced this pull request Feb 9, 2023
* bump gpu-allocator version

* cargo.lock
cwfitzgerald pushed a commit that referenced this pull request Feb 9, 2023
* bump gpu-allocator version

* cargo.lock
@cwfitzgerald cwfitzgerald removed the PR: needs back-porting PR with a fix that needs to land on crates label Feb 22, 2023
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