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

Fix support for d24unorm format #876

Merged
merged 1 commit into from
Aug 13, 2020
Merged

Fix support for d24unorm format #876

merged 1 commit into from
Aug 13, 2020

Conversation

kvark
Copy link
Member

@kvark kvark commented Aug 13, 2020

Connections
fixes kvark/vange-rs#121 on some platforms

Description
We used to associate D24Plus with internal D24S8. This results in assuming that it has both DEPTH + STENCIL. Creating a binding from it then fails with the All aspect, since you can't view both. This is unexpected, since the user creates D24Plus with just a single aspect.

Testing
None needed

@kvark
Copy link
Member Author

kvark commented Aug 13, 2020

bors r+

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 0 warnings, 1 errors.

@bors
Copy link
Contributor

bors bot commented Aug 13, 2020

@bors bors bot merged commit 7e8b51b into gfx-rs:master Aug 13, 2020
@kvark kvark deleted the d24 branch August 13, 2020 21:36
bors bot added a commit to gfx-rs/wgpu-rs that referenced this pull request Aug 13, 2020
505: Update wgpu to 7e8b51b r=kvark a=kvark

Includes gfx-rs/wgpu#876

Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
kvark added a commit to kvark/wgpu that referenced this pull request Jun 3, 2021
505: Update wgpu to 7e8b51b r=kvark a=kvark

Includes gfx-rs#876

Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
kvark pushed a commit to kvark/wgpu that referenced this pull request Jun 3, 2021
876: Derive Default for PipelineLayoutDescriptor r=kvark a=dzil123



Co-authored-by: dzil123 <5725958+dzil123@users.noreply.github.com>
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.

1 participant