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