pub trait VolSize: Clone {
    const SIZE: Vec3<u32>;
}
Expand description

Used to specify a volume’s compile-time size. This exists as a substitute until const generics are implemented.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<ChonkSize: RectVolSize> VolSize for SubChunkSize<ChonkSize>

source§

const SIZE: Vec3<u32> = _