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;
pub struct PipelineFragmentDensityMapLayeredCreateInfoVALVE {
s_type: vk::StructureType,
p_next: *const c_void,
max_fragment_density_map_layers: u32,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.maxFragmentDensityMapLayersis the maximum number of layers which can be used with a fragment density map.
Valid Usage
VUID-VkPipelineFragmentDensityMapLayeredCreateInfoVALVE-maxFragmentDensityMapLayers-10825
maxFragmentDensityMapLayers must be less than or equal to
maxFragmentDensityMapLayers
Valid Usage (Implicit)
VUID-VkPipelineFragmentDensityMapLayeredCreateInfoVALVE-sType-sType
sType must be VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_DENSITY_MAP_LAYERED_CREATE_INFO_VALVE