Struct ash::vk::VertexInputAttributeDescription2EXT
source · #[repr(C)]pub struct VertexInputAttributeDescription2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§location: u32
§binding: u32
§format: Format
§offset: u32
Implementations§
source§impl VertexInputAttributeDescription2EXT
impl VertexInputAttributeDescription2EXT
pub fn builder<'a>() -> VertexInputAttributeDescription2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for VertexInputAttributeDescription2EXT
impl Clone for VertexInputAttributeDescription2EXT
source§fn clone(&self) -> VertexInputAttributeDescription2EXT
fn clone(&self) -> VertexInputAttributeDescription2EXT
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