PFN_vkGetDynamicRenderingTilePropertiesQCOM

Type Alias PFN_vkGetDynamicRenderingTilePropertiesQCOM 

Source
pub type PFN_vkGetDynamicRenderingTilePropertiesQCOM = Option<unsafe extern "system" fn(device: VkDevice, pRenderingInfo: *const VkRenderingInfo, pProperties: *mut VkTilePropertiesQCOM) -> VkResult>;

Aliased Type§

pub enum PFN_vkGetDynamicRenderingTilePropertiesQCOM {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkRenderingInfo, *mut VkTilePropertiesQCOM) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkRenderingInfo, *mut VkTilePropertiesQCOM) -> i32)

Some value of type T.