wgpu_types

Type Alias BufferSize

Source
pub type BufferSize = NonZeroU64;
Expand description

Integral type used for buffer slice sizes.

Aliased Typeยง

struct BufferSize(/* private fields */);