Struct unity_native_plugin_sys::VkPhysicalDeviceProvokingVertexFeaturesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceProvokingVertexFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub provokingVertexLast: VkBool32,
pub transformFeedbackPreservesProvokingVertex: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidprovokingVertexLast: VkBool32transformFeedbackPreservesProvokingVertex: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more