Class VkPhysicalDeviceImageViewImageFormatInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceImageViewImageFormatInfoEXT extends Struct<VkPhysicalDeviceImageViewImageFormatInfoEXT> implements NativeResource

 struct VkPhysicalDeviceImageViewImageFormatInfoEXT {
     VkStructureType sType;
     void * pNext;
     VkImageViewType imageViewType;
 }