Struct unity_native_plugin_sys::VkPipelineSampleLocationsStateCreateInfoEXT [−][src]
#[repr(C)]pub struct VkPipelineSampleLocationsStateCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub sampleLocationsEnable: VkBool32,
pub sampleLocationsInfo: VkSampleLocationsInfoEXT,
}Fields
sType: VkStructureTypepNext: *const c_voidsampleLocationsEnable: VkBool32sampleLocationsInfo: VkSampleLocationsInfoEXTTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more