pub struct GeneratedCommandsInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for GeneratedCommandsInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> GeneratedCommandsInfoEXTBuilder<'a>
pub fn shader_stages( self, value: ShaderStageFlagBits, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn indirect_execution_set( self, value: IndirectExecutionSetEXT, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn indirect_commands_layout( self, value: IndirectCommandsLayoutEXT, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn indirect_address(self, value: u64) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn indirect_address_size( self, value: u64, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn preprocess_address( self, value: u64, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn preprocess_size(self, value: u64) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn max_sequence_count( self, value: u32, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn sequence_count_address( self, value: u64, ) -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn max_draw_count(self, value: u32) -> GeneratedCommandsInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> GeneratedCommandsInfoEXTBuilder<'a>where
T: ExtendsGeneratedCommandsInfoEXT,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> GeneratedCommandsInfoEXTBuilder<'a>where
T: ExtendsGeneratedCommandsInfoEXT,
Prepend a struct to the pNext chain. See GeneratedCommandsInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> Deref for GeneratedCommandsInfoEXTBuilder<'a>
Source§type Target = GeneratedCommandsInfoEXT
type Target = GeneratedCommandsInfoEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> DerefMut for GeneratedCommandsInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> !Send for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> !Sync for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> Unpin for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for GeneratedCommandsInfoEXTBuilder<'a>
impl<'a> UnwindSafe for GeneratedCommandsInfoEXTBuilder<'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