VkPipelineFragmentDensityMapLayeredCreateInfoVALVE(3)

Name

VkPipelineFragmentDensityMapLayeredCreateInfoVALVE - Structure specifying layered fragment density map info

C Specification

The VkPipelineFragmentDensityMapLayeredCreateInfoVALVE structure is defined as:

// Provided by VK_VALVE_fragment_density_map_layered
typedef struct VkPipelineFragmentDensityMapLayeredCreateInfoVALVE {
    VkStructureType    sType;
    const void*        pNext;
    uint32_t           maxFragmentDensityMapLayers;
} VkPipelineFragmentDensityMapLayeredCreateInfoVALVE;

Members

  • 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.

Description

Valid Usage
  • VUID-VkPipelineFragmentDensityMapLayeredCreateInfoVALVE-maxFragmentDensityMapLayers-10825
    maxFragmentDensityMapLayers must be less than or equal to maxFragmentDensityMapLayers

Valid Usage (Implicit)

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.