Class VkPhysicalDeviceFragmentDensityMap2FeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceFragmentDensityMap2FeaturesEXT extends Struct<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT> implements NativeResource

 struct VkPhysicalDeviceFragmentDensityMap2FeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 fragmentDensityMapDeferred;
 }