Struct nc_renderer::common::VertexBufferLayout [−][src]
pub struct VertexBufferLayout {
pub buffer_id: usize,
pub vertex_attributes: Vec<VertexAttributeDesc>,
pub stride: usize,
pub divisor: usize,
}
Fields
buffer_id: usize
vertex_attributes: Vec<VertexAttributeDesc>
stride: usize
divisor: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VertexBufferLayout
impl Send for VertexBufferLayout
impl Sync for VertexBufferLayout
impl Unpin for VertexBufferLayout
impl UnwindSafe for VertexBufferLayout
Blanket Implementations
Mutably borrows from an owned value. Read more