#[repr(transparent)]pub struct SubpassShadingPipelineCreateInfoHUAWEIBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SubpassShadingPipelineCreateInfoHUAWEIBuilder<'a>
impl<'a> SubpassShadingPipelineCreateInfoHUAWEIBuilder<'a>
pub fn render_pass(self, render_pass: RenderPass) -> Self
pub fn subpass(self, subpass: u32) -> Self
sourcepub fn build(self) -> SubpassShadingPipelineCreateInfoHUAWEI
pub fn build(self) -> SubpassShadingPipelineCreateInfoHUAWEI
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.