Type Alias iced::widget::shader::wgpu::BufferSize

pub type BufferSize = NonZeroU64;
Available on crate feature wgpu only.
Expand description

Integral type used for buffer slice sizes.

Aliased Type§

struct BufferSize(/* private fields */);