Class VkCopyMemoryToImageInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCopyMemoryToImageInfoEXT extends VkCopyMemoryToImageInfo

 struct VkCopyMemoryToImageInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkHostImageCopyFlags flags;
     VkImage dstImage;
     VkImageLayout dstImageLayout;
     uint32_t regionCount;
     {@link VkMemoryToImageCopy VkMemoryToImageCopy} const * pRegions;
 }