#[repr(C)]pub union IndirectExecutionSetInfoEXT {
pub p_pipeline_info: *const IndirectExecutionSetPipelineInfoEXT,
pub p_shader_info: *const IndirectExecutionSetShaderInfoEXT,
}Expand description
VkIndirectExecutionSetInfoEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§p_pipeline_info: *const IndirectExecutionSetPipelineInfoEXT§p_shader_info: *const IndirectExecutionSetShaderInfoEXTTrait Implementations§
Source§impl Clone for IndirectExecutionSetInfoEXT
impl Clone for IndirectExecutionSetInfoEXT
Source§fn clone(&self) -> IndirectExecutionSetInfoEXT
fn clone(&self) -> IndirectExecutionSetInfoEXT
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 IndirectExecutionSetInfoEXT
impl Debug for IndirectExecutionSetInfoEXT
impl Copy for IndirectExecutionSetInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetInfoEXT
impl RefUnwindSafe for IndirectExecutionSetInfoEXT
impl !Send for IndirectExecutionSetInfoEXT
impl !Sync for IndirectExecutionSetInfoEXT
impl Unpin for IndirectExecutionSetInfoEXT
impl UnsafeUnpin for IndirectExecutionSetInfoEXT
impl UnwindSafe for IndirectExecutionSetInfoEXT
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