Class VkPhysicalDeviceFragmentDensityMap2PropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceFragmentDensityMap2PropertiesEXT extends Struct<VkPhysicalDeviceFragmentDensityMap2PropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceFragmentDensityMap2PropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 subsampledLoads;
     VkBool32 subsampledCoarseReconstructionEarlyAccess;
     uint32_t maxSubsampledArrayLayers;
     uint32_t maxDescriptorSetSubsampledSamplers;
 }