You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to get the all_examples3 binary to run. It panics with this error on startup:
$ cd examples3d
$ cargo run --bin all_examples3wgpu error: Validation ErrorCaused by: In a RenderPass note: encoder = `<CommandBuffer-(1, 2, Metal)>` In a pass parameter note: command buffer = `<CommandBuffer-(1, 2, Metal)>` attachment's sample count 2 is invalidthread 'main' panicked at 'Handling wgpu errors as fatal by default', [...]/wgpu-0.7.1/src/backend/direct.rs:1896:5
After doing a small amount of research it seems related to MSAA levels.
The text was updated successfully, but these errors were encountered:
I wasn't able to get the all_examples3 binary to run. It panics with this error on startup:
After doing a small amount of research it seems related to MSAA levels.
The text was updated successfully, but these errors were encountered: