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: Bool32Implementations§
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 more