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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more