panic in bevy_render::renderer::render_system
when running /examples/3d/*
#16445
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
v0.14.2
[Optional] Relevant system information
AdapterInfo { name: "D3D12 (NVIDIA GeForce RTX 4060 Ti)", vendor: 0, device: 0, device_type: Other, driver: "OpenGL", driver_info: "4.6 (Compatibility Profile) Mesa 24.0.9-0ubuntu0.2", backend: Gl }
What you did
Running a copy-paste of
bevy/examples/3d/lighting.rs
It builds fine, but this is the output of
cargo run
.I've already checked I'm on Bevy 0.14.2 and run
cargo clean && cargo update
What went wrong
Additional information
Unfortunately I'm not too experienced with graphics programming, so I hope I'm not missing anything simple here. Many of the 2D examples have run perfectly on WSL, but so far all the 3D ones fail like this.
All the examples, including the 3D ones, run fine in the browser.
The text was updated successfully, but these errors were encountered: