[][src]Derive Macro bevy_render::renderer::RenderResource

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

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