Class VkCopyImageInfo2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCopyImageInfo2KHR extends VkCopyImageInfo2

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