Type Alias veloren_voxygen::render::pipelines::terrain::BoundLocals
source · pub type BoundLocals = Bound<Consts<Locals>>;
Aliased Type§
struct BoundLocals {
pub(super) bind_group: BindGroup,
pub(super) with: Consts<Locals>,
}
Fields§
§bind_group: BindGroup
§with: Consts<Locals>