pub struct DrawIndexedIndirectCommandBuilder { /* private fields */ }Expand description
Builder for DrawIndexedIndirectCommand.
Implementations§
Source§impl DrawIndexedIndirectCommandBuilder
impl DrawIndexedIndirectCommandBuilder
pub fn index_count(self, value: u32) -> DrawIndexedIndirectCommandBuilder
pub fn instance_count(self, value: u32) -> DrawIndexedIndirectCommandBuilder
pub fn first_index(self, value: u32) -> DrawIndexedIndirectCommandBuilder
pub fn vertex_offset(self, value: i32) -> DrawIndexedIndirectCommandBuilder
pub fn first_instance(self, value: u32) -> DrawIndexedIndirectCommandBuilder
Trait Implementations§
Source§impl Deref for DrawIndexedIndirectCommandBuilder
impl Deref for DrawIndexedIndirectCommandBuilder
Source§type Target = DrawIndexedIndirectCommand
type Target = DrawIndexedIndirectCommand
The resulting type after dereferencing.
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