Class VkPhysicalDeviceLegacyDitheringFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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