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