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