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