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

Update wgpu dependency in the examples #884

Open
tgross35 opened this issue Nov 27, 2023 · 2 comments
Open

Update wgpu dependency in the examples #884

tgross35 opened this issue Nov 27, 2023 · 2 comments

Comments

@tgross35
Copy link
Contributor

It says this is an issue with metal so I don't think it is the same as #721

== wgpu example ==
Controls:
  Arrow keys: scrolling
  PgUp/PgDown: zoom in/out
  b: toggle drawing the background
  a/z: increase/decrease the stroke width
2023-11-27 03:58:23.239 wgpu[80219:4242123] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000
[2023-11-27T08:58:23Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default
thread 'main' panicked at /Users/tmgross/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.13.1/src/backend/direct.rs:2391:5:
wgpu error: Validation Error

Caused by:
    In Device::create_texture
      note: label = `Depth texture`
    Dimension X value 4294967295 exceeds the limit of 8192
@tgross35
Copy link
Contributor Author

Maybe this would get better if the wgpu dependency was bumped, the example is on 0.13.1 and latest is 0.18.0

@nical
Copy link
Owner

nical commented Dec 4, 2023

Indeed, I'll repurpose this issue for that.

@nical nical changed the title wGPU example fails on MacOS Update wgpu dependency in the examples Dec 4, 2023
tgross35 added a commit to tgross35/lyon that referenced this issue Apr 29, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
tgross35 added a commit to tgross35/lyon that referenced this issue Apr 29, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
tgross35 added a commit to tgross35/lyon that referenced this issue Apr 29, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
tgross35 added a commit to tgross35/lyon that referenced this issue Apr 29, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
tgross35 added a commit to tgross35/lyon that referenced this issue Apr 29, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
tgross35 added a commit to tgross35/lyon that referenced this issue Apr 29, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
tgross35 added a commit to tgross35/lyon that referenced this issue May 1, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of nical#884
nical pushed a commit that referenced this issue May 15, 2024
These dependencies were quite out of date and were hitting some bugs
when running. Update dependencies and do needed restructuring to make
the example run.

Part of #884
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

2 participants