pub type PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM<'a> = PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT<'a>;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_offset_granularity: Extent2D,
pub _marker: PhantomData<&'a ()>,
}Fields§
§s_type: StructureType§p_next: *mut c_void§fragment_density_offset_granularity: Extent2D§_marker: PhantomData<&'a ()>