Class VkImageFormatListCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImageFormatListCreateInfoKHR extends VkImageFormatListCreateInfo
struct VkImageFormatListCreateInfoKHR {
    VkStructureType sType;
    void const * pNext;
    uint32_t viewFormatCount;
    VkFormat const * pViewFormats;
}