#[repr(C)]pub struct WriteIndirectExecutionSetShaderEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub index: u32,
pub shader: ShaderEXT,
}Expand description
VkWriteIndirectExecutionSetShaderEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_WRITE_INDIRECT_EXECUTION_SET_SHADER_EXT.
p_next: *const c_voidOptional, may be null.
index: u32§shader: ShaderEXTImplementations§
Source§impl WriteIndirectExecutionSetShaderEXT
impl WriteIndirectExecutionSetShaderEXT
Sourcepub fn builder<'a>() -> WriteIndirectExecutionSetShaderEXTBuilder<'a>
pub fn builder<'a>() -> WriteIndirectExecutionSetShaderEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for WriteIndirectExecutionSetShaderEXT
impl Clone for WriteIndirectExecutionSetShaderEXT
Source§fn clone(&self) -> WriteIndirectExecutionSetShaderEXT
fn clone(&self) -> WriteIndirectExecutionSetShaderEXT
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 Default for WriteIndirectExecutionSetShaderEXT
impl Default for WriteIndirectExecutionSetShaderEXT
Source§fn default() -> WriteIndirectExecutionSetShaderEXT
fn default() -> WriteIndirectExecutionSetShaderEXT
Returns the “default value” for a type. Read more
impl Copy for WriteIndirectExecutionSetShaderEXT
Auto Trait Implementations§
impl Freeze for WriteIndirectExecutionSetShaderEXT
impl RefUnwindSafe for WriteIndirectExecutionSetShaderEXT
impl !Send for WriteIndirectExecutionSetShaderEXT
impl !Sync for WriteIndirectExecutionSetShaderEXT
impl Unpin for WriteIndirectExecutionSetShaderEXT
impl UnsafeUnpin for WriteIndirectExecutionSetShaderEXT
impl UnwindSafe for WriteIndirectExecutionSetShaderEXT
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