#[repr(C)]pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT {Show 14 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: u32,
pub device_generated_commands_multi_draw_indirect_count: u32,
}Expand description
VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
Provided by VK_EXT_device_generated_commands.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
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: u32§device_generated_commands_multi_draw_indirect_count: u32Implementations§
Source§impl PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDeviceGeneratedCommandsPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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 moreimpl Copy for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl !Send for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl !Sync for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl Unpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
impl UnsafeUnpin 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