Function portal::renderer::vulkan::copy_image_to_image

Function Documentation

void portal::renderer::vulkan::copy_image_to_image(const vk::CommandBuffer &command_buffer, const vk::Image &source, const vk::Image &dest, vk::Extent2D src_size, vk::Extent2D dst_size)

Copies image to image with blit.

Parameters:
  • command_buffer – Command buffer

  • source – Source image

  • dest – Destination image

  • src_size – Source extent

  • dst_size – Destination extent