Struct ash::vk::DrawMeshTasksIndirectCommandNVBuilder
source · pub struct DrawMeshTasksIndirectCommandNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> DrawMeshTasksIndirectCommandNVBuilder<'a>
pub fn task_count(self, task_count: u32) -> Self
pub fn first_task(self, first_task: u32) -> Self
sourcepub fn build(self) -> DrawMeshTasksIndirectCommandNV
pub fn build(self) -> DrawMeshTasksIndirectCommandNV
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.
Trait Implementations§
source§impl<'a> Deref for DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> Deref for DrawMeshTasksIndirectCommandNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> RefUnwindSafe for DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> Send for DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> Sync for DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> Unpin for DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> UnwindSafe for DrawMeshTasksIndirectCommandNVBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more