Open smokracek opened 2 days ago
Can you reproduce this on 0.15-rc.3 or main?
You need to install/update nvidia drivers, its running in Gl compatibility mode but that has insufficient features for our renderer (missing GL_EXT_texture_shadow_lod
).
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 ofcargo run
. I've already checked I'm on Bevy 0.14.2 and runcargo 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.