#[repr(transparent)]pub struct PipelineCompilerControlCreateInfoAMDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineCompilerControlCreateInfoAMDBuilder<'a>
impl<'a> PipelineCompilerControlCreateInfoAMDBuilder<'a>
pub fn compiler_control_flags( self, compiler_control_flags: PipelineCompilerControlFlagsAMD ) -> Self
sourcepub fn build(self) -> PipelineCompilerControlCreateInfoAMD
pub fn build(self) -> PipelineCompilerControlCreateInfoAMD
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.