Skip to main content

SubpassFragmentDensityMapOffsetEndInfoQCOM

Type Alias SubpassFragmentDensityMapOffsetEndInfoQCOM 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_EXT.

§p_next: *const c_void

Optional, may be null.

§fragment_density_offset_count: u32

Length of p_fragment_density_offsets.

§p_fragment_density_offsets: *const Offset2D