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