Struct vulkanalia_sys::MultiDrawIndexedInfoEXT
source · [−]#[repr(C)]pub struct MultiDrawIndexedInfoEXT {
pub first_index: u32,
pub index_count: u32,
pub vertex_offset: i32,
}Expand description
Fields
first_index: u32index_count: u32vertex_offset: i32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MultiDrawIndexedInfoEXT
impl Send for MultiDrawIndexedInfoEXT
impl Sync for MultiDrawIndexedInfoEXT
impl Unpin for MultiDrawIndexedInfoEXT
impl UnwindSafe for MultiDrawIndexedInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more