pub struct IndirectCommandsLayoutCreateInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for IndirectCommandsLayoutCreateInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
pub fn flags( self, value: IndirectCommandsLayoutUsageFlagBitsEXT, ) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
pub fn shader_stages( self, value: ShaderStageFlagBits, ) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
pub fn indirect_stride( self, value: u32, ) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
pub fn pipeline_layout( self, value: PipelineLayout, ) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
pub fn tokens( self, slice: &'a [IndirectCommandsLayoutTokenEXT], ) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
Prepend a struct to the pNext chain. See IndirectCommandsLayoutCreateInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> Deref for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
Source§type Target = IndirectCommandsLayoutCreateInfoEXT
type Target = IndirectCommandsLayoutCreateInfoEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> !Send for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> !Sync for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> Unpin for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for IndirectCommandsLayoutCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for IndirectCommandsLayoutCreateInfoEXTBuilder<'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