Struct ash::vk::MultiDrawInfoEXTBuilder
source · #[repr(transparent)]pub struct MultiDrawInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MultiDrawInfoEXTBuilder<'a>
impl<'a> MultiDrawInfoEXTBuilder<'a>
pub fn first_vertex(self, first_vertex: u32) -> Self
pub fn vertex_count(self, vertex_count: u32) -> Self
sourcepub fn build(self) -> MultiDrawInfoEXT
pub fn build(self) -> MultiDrawInfoEXT
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.