#[repr(C)]pub struct IndirectExecutionSetPipelineInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub initial_pipeline: Pipeline,
pub max_pipeline_count: u32,
}Expand description
VkIndirectExecutionSetPipelineInfoEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_INDIRECT_EXECUTION_SET_PIPELINE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
initial_pipeline: Pipeline§max_pipeline_count: u32Implementations§
Source§impl IndirectExecutionSetPipelineInfoEXT
impl IndirectExecutionSetPipelineInfoEXT
Sourcepub fn builder<'a>() -> IndirectExecutionSetPipelineInfoEXTBuilder<'a>
pub fn builder<'a>() -> IndirectExecutionSetPipelineInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for IndirectExecutionSetPipelineInfoEXT
impl Clone for IndirectExecutionSetPipelineInfoEXT
Source§fn clone(&self) -> IndirectExecutionSetPipelineInfoEXT
fn clone(&self) -> IndirectExecutionSetPipelineInfoEXT
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 IndirectExecutionSetPipelineInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetPipelineInfoEXT
impl RefUnwindSafe for IndirectExecutionSetPipelineInfoEXT
impl !Send for IndirectExecutionSetPipelineInfoEXT
impl !Sync for IndirectExecutionSetPipelineInfoEXT
impl Unpin for IndirectExecutionSetPipelineInfoEXT
impl UnsafeUnpin for IndirectExecutionSetPipelineInfoEXT
impl UnwindSafe for IndirectExecutionSetPipelineInfoEXT
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