Struct unity_native_plugin_sys::VkPipelineRasterizationProvokingVertexStateCreateInfoEXT [−][src]
#[repr(C)]pub struct VkPipelineRasterizationProvokingVertexStateCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub provokingVertexMode: VkProvokingVertexModeEXT,
}Fields
sType: VkStructureTypepNext: *const c_voidprovokingVertexMode: VkProvokingVertexModeEXTTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more