Struct ash::vk::PipelineInputAssemblyStateCreateInfo [−][src]
#[repr(C)]pub struct PipelineInputAssemblyStateCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineInputAssemblyStateCreateFlags, pub topology: PrimitiveTopology, pub primitive_restart_enable: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: PipelineInputAssemblyStateCreateFlags
topology: PrimitiveTopology
primitive_restart_enable: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PipelineInputAssemblyStateCreateInfo
impl !Sync for PipelineInputAssemblyStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more