pub struct IndirectCommandsLayoutCreateInfoNVBuilder<'a>(/* private fields */);Expand description
Vulkan Manual Page · Builder of IndirectCommandsLayoutCreateInfoNV
Implementations§
Source§impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn new() -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn flags(self, flags: IndirectCommandsLayoutUsageFlagsNV) -> Self
pub fn pipeline_bind_point(self, pipeline_bind_point: PipelineBindPoint) -> Self
pub fn tokens( self, tokens: &'a [IndirectCommandsLayoutTokenNVBuilder<'_>], ) -> Self
pub fn stream_strides(self, stream_strides: &'a [u32]) -> Self
Sourcepub fn build_dangling(self) -> IndirectCommandsLayoutCreateInfoNV
pub fn build_dangling(self) -> IndirectCommandsLayoutCreateInfoNV
Discards all lifetime information.
Use the Deref and DerefMut implementations if possible.
Methods from Deref<Target = IndirectCommandsLayoutCreateInfoNV>§
pub const STRUCTURE_TYPE: StructureType = crate::vk1_0::StructureType::INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NV
Trait Implementations§
Source§impl<'a> Clone for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Clone for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Source§fn clone(&self) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
fn clone(&self) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Debug for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Source§impl<'a> Default for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Default for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Source§fn default() -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
fn default() -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> Deref for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Deref for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Source§impl<'a> DerefMut for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> DerefMut for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Copy for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> !Send for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> !Sync for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Unpin for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> UnwindSafe for IndirectCommandsLayoutCreateInfoNVBuilder<'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