[][src]Derive Macro bevy_derive::RenderResource

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

Derives the RenderResource trait. The type must also implement Bytes or this will fail.