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