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.
Upstream issue: bevy/#7771