pub type SubpassFragmentDensityMapOffsetEndInfoQCOM = RenderPassFragmentDensityMapOffsetEndInfoEXT;Aliased Type§
#[repr(C)]pub struct SubpassFragmentDensityMapOffsetEndInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub fragment_density_offset_count: u32,
pub p_fragment_density_offsets: *const Offset2D,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_EXT.
p_next: *const c_voidOptional, may be null.
fragment_density_offset_count: u32Length of p_fragment_density_offsets.
p_fragment_density_offsets: *const Offset2D