Type Alias unity_native_plugin_sys::PFN_vkCmdCopyImageToBuffer
source · pub type PFN_vkCmdCopyImageToBuffer = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, srcImage: VkImage, srcImageLayout: VkImageLayout, dstBuffer: VkBuffer, regionCount: u32, pRegions: *const VkBufferImageCopy)>;Aliased Type§
enum PFN_vkCmdCopyImageToBuffer {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkImage_T, _: u32, _: *mut VkBuffer_T, _: u32, _: *const VkBufferImageCopy)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkImage_T, _: u32, _: *mut VkBuffer_T, _: u32, _: *const VkBufferImageCopy))
Some value of type T.