[][src]Derive Macro bevy_derive::RenderResources

#[derive(RenderResources)]
{
    // Attributes available to this derive:
    #[render_resources]
    #[as_crate]
}

Derives the RenderResources trait. Each field must implement RenderResource or this will fail. You can ignore fields using #[render_resources(ignore)].