Struct ash::vk::MultiDrawIndexedInfoEXTBuilder
source · #[repr(transparent)]pub struct MultiDrawIndexedInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MultiDrawIndexedInfoEXTBuilder<'a>
impl<'a> MultiDrawIndexedInfoEXTBuilder<'a>
pub fn first_index(self, first_index: u32) -> Self
pub fn index_count(self, index_count: u32) -> Self
pub fn vertex_offset(self, vertex_offset: i32) -> Self
sourcepub fn build(self) -> MultiDrawIndexedInfoEXT
pub fn build(self) -> MultiDrawIndexedInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.