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