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

Changed Arc<B::Memory> to Arc<Mutex<B::Memory>> in GpuAllocator #1136

Merged
merged 1 commit into from
Jan 9, 2021

Conversation

agorgl
Copy link
Contributor

@agorgl agorgl commented Jan 9, 2021

Work around for blocker zakarumych/gpu-alloc#33, makes wgpu compatible with latest gfx

Copy link
Contributor

@monocodus monocodus bot left a comment

Choose a reason for hiding this comment

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

This is an autogenerated code review.

Checker summary (by rust_clippy):
The tool has found 82 warnings, 0 errors.

Copy link
Member

@kvark kvark left a comment

Choose a reason for hiding this comment

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

Very nice, thank you!
bors r+

@bors
Copy link
Contributor

bors bot commented Jan 9, 2021

@bors bors bot merged commit 5b9cfeb into gfx-rs:master Jan 9, 2021
bors bot added a commit that referenced this pull request Jan 10, 2021
1140: Enable storage read/write format feature r=kvark a=Wumpf

**Connections**
#1112

**Description**
Use `wgt::TextureFormatFeatureFlags::STORAGE_READ_WRITE` in `get_texture_format_features`.
This has been waiting for a gfx update which was enabled by @elartista 's workaround in #1136 \o/

Co-authored-by: Andreas Reich <[email protected]>
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