#[repr(C)]pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a> {Show 15 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_indirect_pipeline_count: u32,
pub max_indirect_shader_object_count: u32,
pub max_indirect_sequence_count: u32,
pub max_indirect_commands_token_count: u32,
pub max_indirect_commands_token_offset: u32,
pub max_indirect_commands_indirect_stride: u32,
pub supported_indirect_commands_input_modes: IndirectCommandsInputModeFlagsEXT,
pub supported_indirect_commands_shader_stages: ShaderStageFlags,
pub supported_indirect_commands_shader_stages_pipeline_binding: ShaderStageFlags,
pub supported_indirect_commands_shader_stages_shader_binding: ShaderStageFlags,
pub device_generated_commands_transform_feedback: Bool32,
pub device_generated_commands_multi_draw_indirect_count: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§max_indirect_pipeline_count: u32§max_indirect_shader_object_count: u32§max_indirect_sequence_count: u32§max_indirect_commands_token_count: u32§max_indirect_commands_token_offset: u32§max_indirect_commands_indirect_stride: u32§supported_indirect_commands_input_modes: IndirectCommandsInputModeFlagsEXT§supported_indirect_commands_shader_stages: ShaderStageFlags§supported_indirect_commands_shader_stages_pipeline_binding: ShaderStageFlags§supported_indirect_commands_shader_stages_shader_binding: ShaderStageFlags§device_generated_commands_transform_feedback: Bool32§device_generated_commands_multi_draw_indirect_count: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
pub fn max_indirect_pipeline_count( self, max_indirect_pipeline_count: u32, ) -> Self
pub fn max_indirect_shader_object_count( self, max_indirect_shader_object_count: u32, ) -> Self
pub fn max_indirect_sequence_count( self, max_indirect_sequence_count: u32, ) -> Self
pub fn max_indirect_commands_token_count( self, max_indirect_commands_token_count: u32, ) -> Self
pub fn max_indirect_commands_token_offset( self, max_indirect_commands_token_offset: u32, ) -> Self
pub fn max_indirect_commands_indirect_stride( self, max_indirect_commands_indirect_stride: u32, ) -> Self
pub fn supported_indirect_commands_input_modes( self, supported_indirect_commands_input_modes: IndirectCommandsInputModeFlagsEXT, ) -> Self
pub fn supported_indirect_commands_shader_stages( self, supported_indirect_commands_shader_stages: ShaderStageFlags, ) -> Self
pub fn supported_indirect_commands_shader_stages_pipeline_binding( self, supported_indirect_commands_shader_stages_pipeline_binding: ShaderStageFlags, ) -> Self
pub fn supported_indirect_commands_shader_stages_shader_binding( self, supported_indirect_commands_shader_stages_shader_binding: ShaderStageFlags, ) -> Self
pub fn device_generated_commands_transform_feedback( self, device_generated_commands_transform_feedback: bool, ) -> Self
pub fn device_generated_commands_multi_draw_indirect_count( self, device_generated_commands_multi_draw_indirect_count: bool, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> Clone for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
Source§fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> Debug for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_EXT
impl<'a> Copy for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'_>
impl Send for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'_>
impl Sync for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> Unpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT<'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