PFN_vkCmdPreprocessGeneratedCommandsNV

Type Alias PFN_vkCmdPreprocessGeneratedCommandsNV 

Source
pub type PFN_vkCmdPreprocessGeneratedCommandsNV = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pGeneratedCommandsInfo: *const VkGeneratedCommandsInfoNV)>;

Aliased Type§

pub enum PFN_vkCmdPreprocessGeneratedCommandsNV {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkGeneratedCommandsInfoNV)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkGeneratedCommandsInfoNV))

Some value of type T.