pub type SubpassFragmentDensityMapOffsetEndInfoQCOM<'a> = RenderPassFragmentDensityMapOffsetEndInfoEXT<'a>;Aliased Type§
#[repr(C)]pub struct SubpassFragmentDensityMapOffsetEndInfoQCOM<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_offset_count: u32,
pub p_fragment_density_offsets: *const Offset2D,
pub _marker: PhantomData<&'a ()>,
}Fields§
§s_type: StructureType§p_next: *const c_void§fragment_density_offset_count: u32§p_fragment_density_offsets: *const Offset2D§_marker: PhantomData<&'a ()>