Struct lambda::render::pipeline::VertexAttribute
source · Expand description
Attributes for a vertex.
Fields§
§location: u32
§offset: u32
§element: Element<Format>
Trait Implementations§
source§impl Clone for VertexAttribute
impl Clone for VertexAttribute
source§fn clone(&self) -> VertexAttribute
fn clone(&self) -> VertexAttribute
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more