-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 shader_material_glsl panics due to missing feature #8505
Comments
Hi @mockersf. I am not able to reproduce this on |
It is also failing on CI on Linux: https://rparrett.github.io/prototype_bevy_example_runner/ Maybe it's working if you use the OpenGL renderer, CI is on Vulkan |
Hmm... Interesting. I just ran the example out of the box (no changes) and I can see in the terminal output |
What is the status of the It seems like the |
It looks like So it seems like |
|
Bevy version
main since #8491
What you did
What went wrong
It panics with
Additional information
This is expected as glsl support is now behind a feature. Should the example be removed? Or the feature enabled by default? Or the example updated to have a better fallback when the feature is not enabled?
The text was updated successfully, but these errors were encountered: