PFN_vkCmdSetRenderingInputAttachmentIndices

Type Alias PFN_vkCmdSetRenderingInputAttachmentIndices 

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

Aliased Type§

pub enum PFN_vkCmdSetRenderingInputAttachmentIndices {
    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.