Struct ash::vk::IndirectCommandsLayoutCreateInfoNVBuilder
source · pub struct IndirectCommandsLayoutCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> 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 [IndirectCommandsLayoutTokenNV]) -> Self
pub fn stream_strides(self, stream_strides: &'a [u32]) -> Self
sourcepub fn build(self) -> IndirectCommandsLayoutCreateInfoNV
pub fn build(self) -> IndirectCommandsLayoutCreateInfoNV
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 IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Deref 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