#[repr(C)]pub struct IndirectExecutionSetShaderLayoutInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub set_layout_count: u32,
pub p_set_layouts: *const DescriptorSetLayout,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§set_layout_count: u32§p_set_layouts: *const DescriptorSetLayout§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> IndirectExecutionSetShaderLayoutInfoEXT<'a>
pub fn set_layouts(self, set_layouts: &'a [DescriptorSetLayout]) -> Self
Trait Implementations§
Source§impl<'a> Clone for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> Clone for IndirectExecutionSetShaderLayoutInfoEXT<'a>
Source§fn clone(&self) -> IndirectExecutionSetShaderLayoutInfoEXT<'a>
fn clone(&self) -> IndirectExecutionSetShaderLayoutInfoEXT<'a>
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<'a> Debug for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> Debug for IndirectExecutionSetShaderLayoutInfoEXT<'a>
Source§impl Default for IndirectExecutionSetShaderLayoutInfoEXT<'_>
impl Default for IndirectExecutionSetShaderLayoutInfoEXT<'_>
Source§impl<'a> TaggedStructure for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> TaggedStructure for IndirectExecutionSetShaderLayoutInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::INDIRECT_EXECUTION_SET_SHADER_LAYOUT_INFO_EXT
impl<'a> Copy for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl Send for IndirectExecutionSetShaderLayoutInfoEXT<'_>
impl Sync for IndirectExecutionSetShaderLayoutInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> RefUnwindSafe for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> Unpin for IndirectExecutionSetShaderLayoutInfoEXT<'a>
impl<'a> UnwindSafe for IndirectExecutionSetShaderLayoutInfoEXT<'a>
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