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