wgpu

Type Alias BufferSize

Source
pub type BufferSize = NonZero<u64>;
Expand description

Integral type used for BufferSlice sizes.

Note that while this type is non-zero, a Buffer per se can have a size of zero, but no slice or mapping can be created from it.

Aliased Typeยง

struct BufferSize(/* private fields */);