You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using regular v0.9.1 instead of Shfty/bevy:early-shader-defs, Shaders fail to process - preventing their material from rendering - and print the following error:
ERROR bevy_render::render_resource::pipeline_cache: failed to process shader: This Shader's format does not support processing shader defs.
A fix has been merged into bevy main, so this is no longer a blocker.
However, bevyengine/bevy#7903 remains underway, which is a nicer solution to the problem, and the one currently depended on by bevy-rust-gpu - will continue to work on it and close this issue once it's merged.
When using regular
v0.9.1
instead ofShfty/bevy:early-shader-defs
, Shaders fail to process - preventing their material from rendering - and print the following error:ERROR bevy_render::render_resource::pipeline_cache: failed to process shader: This Shader's format does not support processing shader defs.
Upstream issue: bevy/#7771
The text was updated successfully, but these errors were encountered: