wgpu

Type Alias BufferSize

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

Integral type used for buffer slice sizes.

Aliased Typeยง

struct BufferSize(/* private fields */);