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