#[repr(C)]pub struct PipelineVertexInputDivisorStateCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub vertex_binding_divisor_count: u32,
pub vertex_binding_divisors: *const VertexInputBindingDivisorDescriptionEXT,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidvertex_binding_divisor_count: u32vertex_binding_divisors: *const VertexInputBindingDivisorDescriptionEXTTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more