Class VkCopyImageToMemoryInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCopyImageToMemoryInfoEXT extends VkCopyImageToMemoryInfo

 struct VkCopyImageToMemoryInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkHostImageCopyFlags flags;
     VkImage srcImage;
     VkImageLayout srcImageLayout;
     uint32_t regionCount;
     {@link VkImageToMemoryCopy VkImageToMemoryCopy} const * pRegions;
 }