#[repr(C)]pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT {Show 14 fields
pub s_type: StructureType,
pub 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,
}Expand description
Fields§
§s_type: StructureType§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: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl Clone for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
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 PartialEq for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl PartialEq for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
Source§fn eq(&self, other: &PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT) -> bool
fn eq(&self, other: &PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl Eq for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl Send for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl StructuralPartialEq for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl Sync for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl Unpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
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