pub type PFN_vkCmdDispatchTileQCOM = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_dispatch_tile_info: *const DispatchTileInfoQCOM)>;Expand description
vkCmdDispatchTileQCOM
Provided by VK_QCOM_tile_shading.
Aliased Type§
pub enum PFN_vkCmdDispatchTileQCOM {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const DispatchTileInfoQCOM)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const DispatchTileInfoQCOM))
Some value of type T.