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;
    VkImageCopy2 const * pRegions;
}