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