Struct ash::vk::PhysicalDeviceProvokingVertexFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceProvokingVertexFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub provoking_vertex_last: Bool32,
pub transform_feedback_preserves_provoking_vertex: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§provoking_vertex_last: Bool32
§transform_feedback_preserves_provoking_vertex: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceProvokingVertexFeaturesEXT
impl Clone for PhysicalDeviceProvokingVertexFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT
fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT
Returns a copy 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 moresource§impl TaggedStructure for PhysicalDeviceProvokingVertexFeaturesEXT
impl TaggedStructure for PhysicalDeviceProvokingVertexFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT
impl Copy for PhysicalDeviceProvokingVertexFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceProvokingVertexFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceProvokingVertexFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceProvokingVertexFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXT
impl !Send for PhysicalDeviceProvokingVertexFeaturesEXT
impl !Sync for PhysicalDeviceProvokingVertexFeaturesEXT
impl Unpin for PhysicalDeviceProvokingVertexFeaturesEXT
impl UnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXT
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