Skip to main content

PFN_vkCopyImageToImage

Type Alias PFN_vkCopyImageToImage 

Source
pub type PFN_vkCopyImageToImage = Option<unsafe extern "system" fn(device: Device, p_copy_image_to_image_info: *const CopyImageToImageInfo) -> Result>;
Expand description

vkCopyImageToImage Provided by VK_BASE_VERSION_1_4.

§Success Codes

  • VK_SUCCESS

§Error Codes

  • VK_ERROR_INITIALIZATION_FAILED
  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_OUT_OF_DEVICE_MEMORY
  • VK_ERROR_MEMORY_MAP_FAILED
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkCopyImageToImage {
    None,
    Some(unsafe extern "system" fn(Device, *const CopyImageToImageInfo) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, *const CopyImageToImageInfo) -> Result)

Some value of type T.