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

wgpu: Use Depth32FloatStencil8 over Depth24PlusStencil8 #8297

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

relrelb
Copy link
Contributor

@relrelb relrelb commented Oct 15, 2022

Credit to @crumblingstatue.

Per wgpu documentation, the latter has wider support than the former.

Fixes #8295, #8296.

Credit to @crumblingstatue.

Per `wgpu` documentation, the latter has wider support than the former.

Fixes ruffle-rs#8295, ruffle-rs#8296.
@relrelb relrelb merged commit 37f171d into ruffle-rs:master Oct 15, 2022
@relrelb relrelb deleted the wgpu_fix branch October 15, 2022 20:35
relrelb added a commit to relrelb/ruffle that referenced this pull request Nov 3, 2022
This reverts ruffle-rs#8297. Instead, pin `wgpu-hal` and `wgpu-types` to
include gfx-rs/wgpu#3165, which fixes
gfx-rs/wgpu#3112.
relrelb added a commit that referenced this pull request Nov 3, 2022
This reverts #8297. Instead, pin `wgpu-hal` and `wgpu-types` to
include gfx-rs/wgpu#3165, which fixes
gfx-rs/wgpu#3112.
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.

unsupported features were requested: DEPTH24PLUS_STENCIL8
1 participant