Struct unity_native_plugin_sys::VkPipelineRepresentativeFragmentTestStateCreateInfoNV [−][src]
#[repr(C)]pub struct VkPipelineRepresentativeFragmentTestStateCreateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub representativeFragmentTestEnable: VkBool32,
}Fields
sType: VkStructureTypepNext: *const c_voidrepresentativeFragmentTestEnable: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more