Struct ash::vk::MultiDrawIndexedInfoEXT  
source · #[repr(C)]pub struct MultiDrawIndexedInfoEXT {
    pub first_index: u32,
    pub index_count: u32,
    pub vertex_offset: i32,
}Expand description
Fields§
§first_index: u32§index_count: u32§vertex_offset: i32Implementations§
source§impl MultiDrawIndexedInfoEXT
 
impl MultiDrawIndexedInfoEXT
pub fn builder<'a>() -> MultiDrawIndexedInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for MultiDrawIndexedInfoEXT
 
impl Clone for MultiDrawIndexedInfoEXT
source§fn clone(&self) -> MultiDrawIndexedInfoEXT
 
fn clone(&self) -> MultiDrawIndexedInfoEXT
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 moresource§impl Debug for MultiDrawIndexedInfoEXT
 
impl Debug for MultiDrawIndexedInfoEXT
source§impl Default for MultiDrawIndexedInfoEXT
 
impl Default for MultiDrawIndexedInfoEXT
source§fn default() -> MultiDrawIndexedInfoEXT
 
fn default() -> MultiDrawIndexedInfoEXT
Returns the “default value” for a type. Read more