Class VkImageFormatProperties2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImageFormatProperties2KHR extends VkImageFormatProperties2
See VkImageFormatProperties2.

Layout


 struct VkImageFormatProperties2KHR {
     VkStructureType sType;
     void * pNext;
     VkImageFormatProperties imageFormatProperties;
 }