Open torsteingrindvik opened 5 months ago
same error: Win 11; AMD GPU; chrome + mozilla.
https://bevyengine.org/examples/3D%20Rendering/lines/
this also doesn't work.
Same issue with Bevy 0.14 and current Bevy main.
AdapterInfo { name: "ANGLE (Apple, ANGLE Metal Renderer: Apple M1 Max, Unspecified Version)", vendor: 4203, device: 0, device_type: IntegratedGpu, driver: "WebGL 2.0 (OpenGL ES", driver_info: "3.0 Chromium)", backend: Gl }
Bevy version
Whichever Bevy version runs on the website, 0.13.2
[Optional] Relevant system information
Linux, firefox
What you did
https://bevyengine.org/examples/Shaders/extended-material/
What went wrong
Crashes, console states:
The problem is the lack of padding in the example: https://github.com/bevyengine/bevy/blob/main/examples/shader/extended_material.rs#L76-L81
should have something like this: https://github.com/bevyengine/bevy/blob/aaccbe88aa0d591c9c741f690ab472785c7bac09/crates/bevy_render/src/globals.rs#L60
as well as the shader side needing the same padding.