pub struct PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a>
pub fn conditional_rendering(
self,
conditional_rendering: bool
) -> PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a>
pub fn inherited_conditional_rendering(
self,
inherited_conditional_rendering: bool
) -> PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceConditionalRenderingFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceConditionalRenderingFeaturesEXT
type Target = PhysicalDeviceConditionalRenderingFeaturesEXT
The resulting type after dereferencing.