#[repr(C)]pub struct PhysicalDeviceProvokingVertexFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub provoking_vertex_last: u32,
pub transform_feedback_preserves_provoking_vertex: u32,
}Expand description
VkPhysicalDeviceProvokingVertexFeaturesEXT
Provided by VK_EXT_provoking_vertex.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
provoking_vertex_last: u32§transform_feedback_preserves_provoking_vertex: u32Implementations§
Source§impl PhysicalDeviceProvokingVertexFeaturesEXT
impl PhysicalDeviceProvokingVertexFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceProvokingVertexFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceProvokingVertexFeaturesEXT
impl Clone for PhysicalDeviceProvokingVertexFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT
fn clone(&self) -> PhysicalDeviceProvokingVertexFeaturesEXT
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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