Class VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE extends Struct<VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE> implements NativeResource

 struct VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE {
     VkStructureType sType;
     void * pNext;
     uint32_t maxFragmentDensityMapLayers;
 }