-
Notifications
You must be signed in to change notification settings - Fork 916
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
VK_FORMAT_R8G8B8A8_SRGB is not a supported vertex buffer format #99
Labels
type: bug
Something isn't working
Comments
Thanks for filing the issue and fixing it! |
Fixed by #100 |
mitchmindtree
pushed a commit
to mitchmindtree/wgpu
that referenced
this issue
Feb 23, 2020
kvark
pushed a commit
to kvark/wgpu
that referenced
this issue
Jun 3, 2021
99: Update dependencies (including wgpu commit) r=kvark a=rukai Co-authored-by: Rukai <rubickent@gmail.com>
RandyMcMillan
pushed a commit
to RandyMcMillan/wgpu
that referenced
this issue
Jun 19, 2024
Schedule render after `Command` futures finish in `iced_web`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to use
wgpu::VertexAttributeDescriptor
with formatwgpu::VertexFormat::Ushort2Norm
, I get the error:I think that it is:
wgpu/wgpu-native/src/conv.rs
Lines 376 to 380 in 004b43c
Should be like this:
The text was updated successfully, but these errors were encountered: