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