Struct gltf_json::buffer::ByteStride []

pub struct ByteStride(pub u32);

The stride, in bytes, between vertex attributes.

Trait Implementations

impl Clone for ByteStride

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ByteStride

impl Debug for ByteStride

Formats the value using the given formatter.

impl Validate for ByteStride

Validates the data against the glTF 2.0 specification.

Validates only the invariants required for the library to function safely.