Class VkPhysicalDeviceCustomBorderColorFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCustomBorderColorFeaturesEXT extends Struct<VkPhysicalDeviceCustomBorderColorFeaturesEXT> implements NativeResource

 struct VkPhysicalDeviceCustomBorderColorFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 customBorderColors;
     VkBool32 customBorderColorWithoutFormat;
 }