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

Windows: cannot load due to format not renderable with vulkan #122

Closed
Quackdoc opened this issue Jul 5, 2023 · 8 comments
Closed

Windows: cannot load due to format not renderable with vulkan #122

Quackdoc opened this issue Jul 5, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@Quackdoc
Copy link

Quackdoc commented Jul 5, 2023

Windows 11
Primary GPU: rx580
Secondary GPU: Arc a380
WGPU_BACKEND = 'vulkan'

it does work fine with DX12 however multiple other apps preform better with vulkan so I only noticed it thanks to WGPU_BACKEND = 'vulkan' being in my path thought at the very least it is worth reporting


Rio: Runtime Error

panicked at 'wgpu error: Validation Error

Caused by:
In Device::create_render_pipeline
Color state [0] is invalid
Format Rgba8Snorm is not renderable

', C:\Users\Quack.cargo\registry\src\index.crates.io-6f17d22bba15001f\wgpu-0.16.1\src\backend\direct.rs:3019:5

@raphamorim raphamorim added the bug Something isn't working label Jul 5, 2023
@raphamorim
Copy link
Owner

Thank you for creating the issue @Quackdoc , will look on it. I have heard about this issue before in the discord channel but better have it here for documentation as well.

@raphamorim
Copy link
Owner

@Quackdoc could you try again with latest main?

@raphamorim
Copy link
Owner

@Quackdoc
Copy link
Author

Quackdoc commented Jul 5, 2023

same issue sadly

@raphamorim
Copy link
Owner

raphamorim commented Jul 5, 2023

Gotcha, adding for reference gfx-rs/wgpu#3777

gfx-rs/wgpu#3767

raphamorim added a commit that referenced this issue Jul 12, 2023
@raphamorim
Copy link
Owner

raphamorim commented Jul 12, 2023

@Quackdoc could you test again using this canary build https://github.com/raphamorim/rio/releases/tag/canary-e3451943a0d938becd58545bb0f14a344e6185d0

(sorry about delay with the fix, has been hard to test this format since I don't have it enable in my vulkan device capabilitites)

@Quackdoc
Copy link
Author

Seems to have fixed it, and it seems pretty stable, thanks a bunch for checking this out

@raphamorim
Copy link
Owner

Thank you @Quackdoc for checking it 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants