C Specification
The VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT
structure
is defined as:
// Provided by VK_EXT_subgroup_size_control
typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT {
VkStructureType sType;
void* pNext;
uint32_t requiredSubgroupSize;
} VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT;
Description
If a VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT
structure
is included in the pNext
chain of
VkPipelineShaderStageCreateInfo, it specifies that the pipeline shader
stage being compiled has a required subgroup size.
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.