[go: up one dir, main page]

logo
pub trait Size: WgslType {
    const SIZE: NonZeroU64;
}
Expand description

Trait implemented for all WGSL fixed-footprint types

Associated Constants

Represents WGSL Size (equivalent to WgslType::min_size)

Implementations on Foreign Types

Implementors