#[repr(C)]pub struct PhysicalDeviceProvokingVertexPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub provoking_vertex_mode_per_pipeline: Bool32,
pub transform_feedback_preserves_triangle_fan_provoking_vertex: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§provoking_vertex_mode_per_pipeline: Bool32
§transform_feedback_preserves_triangle_fan_provoking_vertex: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceProvokingVertexPropertiesEXT
impl Clone for PhysicalDeviceProvokingVertexPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceProvokingVertexPropertiesEXT
fn clone(&self) -> PhysicalDeviceProvokingVertexPropertiesEXT
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 PhysicalDeviceProvokingVertexPropertiesEXT
impl TaggedStructure for PhysicalDeviceProvokingVertexPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PROVOKING_VERTEX_PROPERTIES_EXT
impl Copy for PhysicalDeviceProvokingVertexPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProvokingVertexPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceProvokingVertexPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceProvokingVertexPropertiesEXT
impl !Send for PhysicalDeviceProvokingVertexPropertiesEXT
impl !Sync for PhysicalDeviceProvokingVertexPropertiesEXT
impl Unpin for PhysicalDeviceProvokingVertexPropertiesEXT
impl UnwindSafe for PhysicalDeviceProvokingVertexPropertiesEXT
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