#[repr(C)]pub struct PhysicalDeviceProvokingVertexFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub provoking_vertex_last: Bool32,
pub transform_feedback_preserves_provoking_vertex: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§provoking_vertex_last: Bool32
§transform_feedback_preserves_provoking_vertex: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> PhysicalDeviceProvokingVertexFeaturesEXT<'a>
pub fn provoking_vertex_last(self, provoking_vertex_last: bool) -> Self
pub fn transform_feedback_preserves_provoking_vertex( self, transform_feedback_preserves_provoking_vertex: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT<'a>
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<'a> Debug for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
source§impl Default for PhysicalDeviceProvokingVertexFeaturesEXT<'_>
impl Default for PhysicalDeviceProvokingVertexFeaturesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceProvokingVertexFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceProvokingVertexFeaturesEXT<'_>
impl Send for PhysicalDeviceProvokingVertexFeaturesEXT<'_>
impl Sync for PhysicalDeviceProvokingVertexFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceProvokingVertexFeaturesEXT<'a>
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