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§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkRenderingInputAttachmentIndexInfo))
Some value of type T.