#[repr(C)]pub struct IndirectExecutionSetShaderInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub shader_count: u32,
pub initial_shaders: *const ShaderEXT,
pub set_layout_infos: *const IndirectExecutionSetShaderLayoutInfoEXT,
pub max_shader_count: u32,
pub push_constant_range_count: u32,
pub push_constant_ranges: *const PushConstantRange,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§shader_count: u32§initial_shaders: *const ShaderEXT§set_layout_infos: *const IndirectExecutionSetShaderLayoutInfoEXT§max_shader_count: u32§push_constant_range_count: u32§push_constant_ranges: *const PushConstantRangeTrait Implementations§
Source§impl Clone for IndirectExecutionSetShaderInfoEXT
impl Clone for IndirectExecutionSetShaderInfoEXT
Source§fn clone(&self) -> IndirectExecutionSetShaderInfoEXT
fn clone(&self) -> IndirectExecutionSetShaderInfoEXT
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 PartialEq for IndirectExecutionSetShaderInfoEXT
impl PartialEq for IndirectExecutionSetShaderInfoEXT
Source§fn eq(&self, other: &IndirectExecutionSetShaderInfoEXT) -> bool
fn eq(&self, other: &IndirectExecutionSetShaderInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectExecutionSetShaderInfoEXT
impl Eq for IndirectExecutionSetShaderInfoEXT
impl Send for IndirectExecutionSetShaderInfoEXT
impl StructuralPartialEq for IndirectExecutionSetShaderInfoEXT
impl Sync for IndirectExecutionSetShaderInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectExecutionSetShaderInfoEXT
impl RefUnwindSafe for IndirectExecutionSetShaderInfoEXT
impl Unpin for IndirectExecutionSetShaderInfoEXT
impl UnwindSafe for IndirectExecutionSetShaderInfoEXT
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