Class VkPhysicalDeviceMaintenance10PropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMaintenance10PropertiesKHR extends Struct<VkPhysicalDeviceMaintenance10PropertiesKHR> implements NativeResource

 struct VkPhysicalDeviceMaintenance10PropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 rgba4OpaqueBlackSwizzled;
     VkBool32 resolveSrgbFormatAppliesTransferFunction;
     VkBool32 resolveSrgbFormatSupportsTransferFunctionControl;
 }