#[repr(C)]pub struct GeneratedCommandsInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub shader_stages: ShaderStageFlags,
pub indirect_execution_set: IndirectExecutionSetEXT,
pub indirect_commands_layout: IndirectCommandsLayoutEXT,
pub indirect_address: u64,
pub indirect_address_size: u64,
pub preprocess_address: u64,
pub preprocess_size: u64,
pub max_sequence_count: u32,
pub sequence_count_address: u64,
pub max_draw_count: u32,
}Expand description
VkGeneratedCommandsInfoEXT
Provided by VK_EXT_device_generated_commands.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_GENERATED_COMMANDS_INFO_EXT.
p_next: *const c_voidOptional, may be null.
shader_stages: ShaderStageFlags§indirect_execution_set: IndirectExecutionSetEXT§indirect_commands_layout: IndirectCommandsLayoutEXT§indirect_address: u64§indirect_address_size: u64§preprocess_address: u64§preprocess_size: u64§max_sequence_count: u32§sequence_count_address: u64§max_draw_count: u32Implementations§
Source§impl GeneratedCommandsInfoEXT
impl GeneratedCommandsInfoEXT
Sourcepub fn builder<'a>() -> GeneratedCommandsInfoEXTBuilder<'a>
pub fn builder<'a>() -> GeneratedCommandsInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for GeneratedCommandsInfoEXT
impl Clone for GeneratedCommandsInfoEXT
Source§fn clone(&self) -> GeneratedCommandsInfoEXT
fn clone(&self) -> GeneratedCommandsInfoEXT
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 Debug for GeneratedCommandsInfoEXT
impl Debug for GeneratedCommandsInfoEXT
Source§impl Default for GeneratedCommandsInfoEXT
impl Default for GeneratedCommandsInfoEXT
impl Copy for GeneratedCommandsInfoEXT
Auto Trait Implementations§
impl Freeze for GeneratedCommandsInfoEXT
impl RefUnwindSafe for GeneratedCommandsInfoEXT
impl !Send for GeneratedCommandsInfoEXT
impl !Sync for GeneratedCommandsInfoEXT
impl Unpin for GeneratedCommandsInfoEXT
impl UnsafeUnpin for GeneratedCommandsInfoEXT
impl UnwindSafe for GeneratedCommandsInfoEXT
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