Derive Macro bevy::render::shader::ShaderDefs[]

#[derive(ShaderDefs)]
{
    // Attributes available to this derive:
    #[shader_def]
    #[as_crate]
}

Derives the ShaderDefs trait. Each field must implement ShaderDef or this will fail. You can ignore fields using #[shader_defs(ignore)].