-
Notifications
You must be signed in to change notification settings - Fork 953
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
cube example with gl backend panics #259
Comments
Fixing the swapchain format as I suggest above lets us progress past that point, but still panics with:
|
Oops, I filed this in wgpu-native, not wgpu-rs, not sure if this is the right place (though the error does look to be a wgpu-native issue w.r.t. rendy usage?) anyway i'm tired, feel free to refile over in wgpu-rs and close here if necessary :) |
@m4b thanks for filing!
It's the problem here in wgpu-native. You filed to the right repo. FWIW, github provides an ability to move issues around, so it's not a big problem to move when needed.
I think this was fixed in gfx-rs/gfx#2822 The patched GL backend hasn't been released (and the fixes weren't back-ported) yet. |
With #3466 this should be working again |
259: Remove zerocopy and replace with bytemuck. r=kvark a=StarArawn fixes gfx-rs#146 I've removed `zerocopy` from the examples and replaced it with `bytemuck`. I ran all of the examples/tests and everything ran great in vulkan on my windows box. Co-authored-by: StarToaster <startoaster23@gmail.com>
attempting to run cube example for gl backend panics:
Which is:
This may be fixed in more up to date gfx gl backend, not sure. I think it can also be fixed by changing the swapchain format to
Rgba8Unorm
The text was updated successfully, but these errors were encountered: