Struct ash::vk::VertexInputAttributeDescription [−][src]
#[repr(C)]pub struct VertexInputAttributeDescription { pub location: u32, pub binding: u32, pub format: Format, pub offset: u32, }
Expand description
Fields
location: u32
binding: u32
format: Format
offset: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VertexInputAttributeDescription
impl Sync for VertexInputAttributeDescription
impl Unpin for VertexInputAttributeDescription
Blanket Implementations
Mutably borrows from an owned value. Read more