Skip to main content

PFN_vkCmdBeginPerTileExecutionQCOM

Type Alias PFN_vkCmdBeginPerTileExecutionQCOM 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, *const PerTileBeginInfoQCOM))

Some value of type T.