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