Class VkCopyImageToImageInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCopyImageToImageInfoEXT extends VkCopyImageToImageInfo

 struct VkCopyImageToImageInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkHostImageCopyFlags flags;
     VkImage srcImage;
     VkImageLayout srcImageLayout;
     VkImage dstImage;
     VkImageLayout dstImageLayout;
     uint32_t regionCount;
     {@link VkImageCopy2 VkImageCopy2} const * pRegions;
 }