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