#[repr(transparent)]pub struct PhysicalDeviceSubpassShadingFeaturesHUAWEIBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSubpassShadingFeaturesHUAWEIBuilder<'a>
impl<'a> PhysicalDeviceSubpassShadingFeaturesHUAWEIBuilder<'a>
pub fn subpass_shading(self, subpass_shading: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceSubpassShadingFeaturesHUAWEI
pub fn build(self) -> PhysicalDeviceSubpassShadingFeaturesHUAWEI
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.