Structures

VkPipelineFragmentDensityMapLayeredCreateInfoVALVE

Structure specifying layered fragment density map info

The VkPipelineFragmentDensityMapLayeredCreateInfoVALVE structure is defined as:

typedef struct VkPipelineFragmentDensityMapLayeredCreateInfoVALVE {
    VkStructureType sType;
    const void* pNext;
    uint32_t maxFragmentDensityMapLayers;
} VkPipelineFragmentDensityMapLayeredCreateInfoVALVE;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • maxFragmentDensityMapLayers is the maximum number of layers which can be used with a fragment density map.

Valid Usage (Implicit)

VUID-VkPipelineFragmentDensityMapLayeredCreateInfoVALVE-sType-sType

sType must be VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_DENSITY_MAP_LAYERED_CREATE_INFO_VALVE