pub type BoundLocals = Bound<Consts<Locals>>;
struct BoundLocals { pub(super) bind_group: BindGroup, pub(super) with: Consts<Locals>, }
bind_group: BindGroup
with: Consts<Locals>