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_SUCCESSVK_INCOMPLETE
§Error Codes
VK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkGetFramebufferTilePropertiesQCOM {
None,
Some(unsafe extern "system" fn(Device, Framebuffer, *mut u32, *mut TilePropertiesQCOM) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, Framebuffer, *mut u32, *mut TilePropertiesQCOM) -> Result)
Some value of type T.