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

Example doesn't run successfully #43

Open
doinkythederp opened this issue Oct 14, 2023 · 0 comments
Open

Example doesn't run successfully #43

doinkythederp opened this issue Oct 14, 2023 · 0 comments

Comments

@doinkythederp
Copy link

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_examples3
wgpu error: Validation Error

Caused 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 invalid


thread '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.

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

No branches or pull requests

1 participant