Skip to main content

PFN_vkGetFramebufferTilePropertiesQCOM

Type Alias PFN_vkGetFramebufferTilePropertiesQCOM 

Source
pub type PFN_vkGetFramebufferTilePropertiesQCOM = Option<unsafe extern "system" fn(device: Device, framebuffer: Framebuffer, p_properties_count: *mut u32, p_properties: *mut TilePropertiesQCOM) -> Result>;
Expand description

vkGetFramebufferTilePropertiesQCOM Provided by VK_QCOM_tile_properties.

§Success Codes

  • VK_SUCCESS
  • VK_INCOMPLETE

§Error Codes

  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkGetFramebufferTilePropertiesQCOM {
    None,
    Some(unsafe extern "system" fn(Device, Framebuffer, *mut u32, *mut TilePropertiesQCOM) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.