pub trait VertexFormatSize {
    fn get_size(self) -> u64;
}

Required Methods§

Implementors§