Class VkImageFormatListCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImageFormatListCreateInfoKHR extends VkImageFormatListCreateInfo
See VkImageFormatListCreateInfo.

Layout


 struct VkImageFormatListCreateInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t viewFormatCount;
     VkFormat const * pViewFormats;
 }