Skip to main content

PFN_vkGetDynamicRenderingTilePropertiesQCOM

Type Alias PFN_vkGetDynamicRenderingTilePropertiesQCOM 

Source
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_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkGetDynamicRenderingTilePropertiesQCOM {
    None,
    Some(unsafe extern "system" fn(Device, *const RenderingInfo, *mut TilePropertiesQCOM) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, *const RenderingInfo, *mut TilePropertiesQCOM) -> Result)

Some value of type T.