#[derive(AsBindGroup)]
{
    // Attributes available to this derive:
    #[uniform]
    #[texture]
    #[sampler]
    #[bind_group_data]
    #[storage]
}