#[repr(C)]pub struct IndirectCommandsLayoutCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: IndirectCommandsLayoutUsageFlagsEXT,
pub shader_stages: ShaderStageFlags,
pub indirect_stride: u32,
pub pipeline_layout: PipelineLayout,
pub token_count: u32,
pub tokens: *const IndirectCommandsLayoutTokenEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: IndirectCommandsLayoutUsageFlagsEXT§shader_stages: ShaderStageFlags§indirect_stride: u32§pipeline_layout: PipelineLayout§token_count: u32§tokens: *const IndirectCommandsLayoutTokenEXTTrait Implementations§
Source§impl Clone for IndirectCommandsLayoutCreateInfoEXT
impl Clone for IndirectCommandsLayoutCreateInfoEXT
Source§fn clone(&self) -> IndirectCommandsLayoutCreateInfoEXT
fn clone(&self) -> IndirectCommandsLayoutCreateInfoEXT
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 IndirectCommandsLayoutCreateInfoEXT
impl PartialEq for IndirectCommandsLayoutCreateInfoEXT
Source§fn eq(&self, other: &IndirectCommandsLayoutCreateInfoEXT) -> bool
fn eq(&self, other: &IndirectCommandsLayoutCreateInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectCommandsLayoutCreateInfoEXT
impl Eq for IndirectCommandsLayoutCreateInfoEXT
impl Send for IndirectCommandsLayoutCreateInfoEXT
impl StructuralPartialEq for IndirectCommandsLayoutCreateInfoEXT
impl Sync for IndirectCommandsLayoutCreateInfoEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutCreateInfoEXT
impl RefUnwindSafe for IndirectCommandsLayoutCreateInfoEXT
impl Unpin for IndirectCommandsLayoutCreateInfoEXT
impl UnwindSafe for IndirectCommandsLayoutCreateInfoEXT
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