pub type PFN_vkCmdSetRenderingAttachmentLocationsKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pLocationInfo: *const VkRenderingAttachmentLocationInfoKHR)>;Aliased Type§
enum PFN_vkCmdSetRenderingAttachmentLocationsKHR {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkRenderingAttachmentLocationInfoKHR)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkRenderingAttachmentLocationInfoKHR))
Some value of type T.