Skip to main content

PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM

Type Alias PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM 

Source
pub type PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM = PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM { pub s_type: StructureType, pub p_next: *mut c_void, pub fragment_density_offset_granularity: Extent2D, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_EXT.

§p_next: *mut c_void

Optional, may be null.

§fragment_density_offset_granularity: Extent2D