#[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 more