pub struct DrawIndexedIndirectCommandBuilder { /* private fields */ }Expand description
Builder for DrawIndexedIndirectCommand.
Implementations§
Source§impl DrawIndexedIndirectCommandBuilder
impl DrawIndexedIndirectCommandBuilder
pub fn index_count(self, value: u32) -> Self
pub fn instance_count(self, value: u32) -> Self
pub fn first_index(self, value: u32) -> Self
pub fn vertex_offset(self, value: i32) -> Self
pub fn first_instance(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawIndexedIndirectCommandBuilder
impl RefUnwindSafe for DrawIndexedIndirectCommandBuilder
impl Send for DrawIndexedIndirectCommandBuilder
impl Sync for DrawIndexedIndirectCommandBuilder
impl Unpin for DrawIndexedIndirectCommandBuilder
impl UnsafeUnpin for DrawIndexedIndirectCommandBuilder
impl UnwindSafe for DrawIndexedIndirectCommandBuilder
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