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