#[repr(C)]pub struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub vertex_input_dynamic_state: u32,
}Expand description
VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT
Provided by VK_EXT_vertex_input_dynamic_state.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_INPUT_DYNAMIC_STATE_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
vertex_input_dynamic_state: u32Implementations§
Source§impl PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl PhysicalDeviceVertexInputDynamicStateFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceVertexInputDynamicStateFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl Clone for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceVertexInputDynamicStateFeaturesEXT
fn clone(&self) -> PhysicalDeviceVertexInputDynamicStateFeaturesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl !Send for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl !Sync for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl Unpin for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
impl UnwindSafe for PhysicalDeviceVertexInputDynamicStateFeaturesEXT
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