Type Alias unity_native_plugin_sys::PFN_vkCmdCopyImage2
source · pub type PFN_vkCmdCopyImage2 = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pCopyImageInfo: *const VkCopyImageInfo2)>;Aliased Type§
enum PFN_vkCmdCopyImage2 {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkCopyImageInfo2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkCopyImageInfo2))
Some value of type T.