PFN_vkCmdSetRenderingInputAttachmentIndicesKHR

Type Alias PFN_vkCmdSetRenderingInputAttachmentIndicesKHR 

Source
pub type PFN_vkCmdSetRenderingInputAttachmentIndicesKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pInputAttachmentIndexInfo: *const VkRenderingInputAttachmentIndexInfo)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.