Class VkPhysicalDevice4444FormatsFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevice4444FormatsFeaturesEXT extends Struct<VkPhysicalDevice4444FormatsFeaturesEXT> implements NativeResource

 struct VkPhysicalDevice4444FormatsFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 formatA4R4G4B4;
     VkBool32 formatA4B4G4R4;
 }