pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
pub fn max_indirect_pipeline_count(self, value: u32) -> Self
pub fn max_indirect_shader_object_count(self, value: u32) -> Self
pub fn max_indirect_sequence_count(self, value: u32) -> Self
pub fn max_indirect_commands_token_count(self, value: u32) -> Self
pub fn max_indirect_commands_token_offset(self, value: u32) -> Self
pub fn max_indirect_commands_indirect_stride(self, value: u32) -> Self
pub fn supported_indirect_commands_input_modes( self, value: IndirectCommandsInputModeFlagsEXT, ) -> Self
pub fn supported_indirect_commands_shader_stages( self, value: ShaderStageFlags, ) -> Self
pub fn supported_indirect_commands_shader_stages_pipeline_binding( self, value: ShaderStageFlags, ) -> Self
pub fn supported_indirect_commands_shader_stages_shader_binding( self, value: ShaderStageFlags, ) -> Self
pub fn device_generated_commands_transform_feedback(self, value: bool) -> Self
pub fn device_generated_commands_multi_draw_indirect_count( self, value: bool, ) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'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