Struct meshopt::ffi::meshopt_Stream [−][src]
#[repr(C)]pub struct meshopt_Stream { pub data: *const c_void, pub size: usize, pub stride: usize, }
Vertex attribute stream, similar to glVertexPointer Each element takes size bytes, with stride controlling the spacing between successive elements.
Fields
data: *const c_void
size: usize
stride: usize
Trait Implementations
impl Clone for meshopt_Stream
[src]
impl Clone for meshopt_Stream
[src]