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: ShaderStageFlags) -> Self
pub fn indirect_execution_set(self, value: IndirectExecutionSetEXT) -> Self
pub fn indirect_commands_layout(self, value: IndirectCommandsLayoutEXT) -> Self
pub fn indirect_address(self, value: u64) -> Self
pub fn indirect_address_size(self, value: u64) -> Self
pub fn preprocess_address(self, value: u64) -> Self
pub fn preprocess_size(self, value: u64) -> Self
pub fn max_sequence_count(self, value: u32) -> Self
pub fn sequence_count_address(self, value: u64) -> Self
pub fn max_draw_count(self, value: u32) -> Self
Sourcepub fn push_next<T: ExtendsGeneratedCommandsInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsGeneratedCommandsInfoEXT>( self, next: &'a mut T, ) -> Self
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>
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