pub type PFN_vkGetDynamicRenderingTilePropertiesQCOM = Option<unsafe extern "system" fn(device: Device, p_rendering_info: *const RenderingInfo, p_properties: *mut TilePropertiesQCOM) -> Result>;Expand description
vkGetDynamicRenderingTilePropertiesQCOM
Provided by VK_QCOM_tile_properties.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkGetDynamicRenderingTilePropertiesQCOM {
None,
Some(unsafe extern "system" fn(Device, *const RenderingInfo, *mut TilePropertiesQCOM) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, *const RenderingInfo, *mut TilePropertiesQCOM) -> Result)
Some value of type T.