Class VkPhysicalDeviceFragmentDensityMapFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceFragmentDensityMapFeaturesEXT extends Struct<VkPhysicalDeviceFragmentDensityMapFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceFragmentDensityMapFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 fragmentDensityMap;
    VkBool32 fragmentDensityMapDynamic;
    VkBool32 fragmentDensityMapNonSubsampledImages;
}