Class VkPhysicalDeviceColorWriteEnableFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceColorWriteEnableFeaturesEXT extends Struct<VkPhysicalDeviceColorWriteEnableFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceColorWriteEnableFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 colorWriteEnable;
}