Class VkPipelineFragmentDensityMapLayeredCreateInfoVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineFragmentDensityMapLayeredCreateInfoVALVE extends Struct<VkPipelineFragmentDensityMapLayeredCreateInfoVALVE> implements NativeResource

 struct VkPipelineFragmentDensityMapLayeredCreateInfoVALVE {
     VkStructureType sType;
     void const * pNext;
     uint32_t maxFragmentDensityMapLayers;
 }