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