Class VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure specifying the required subgroup size of a newly created pipeline shader stage.
    Description

    If the VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT structure is included in the pNext chain of VkPipelineShaderStageCreateInfo, it specifies that the pipeline shader stage being compiled has a required subgroup size.

    Valid Usage (Implicit)

    Layout

    
     struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT {
         VkStructureType sType;
         void * pNext;
         uint32_t requiredSubgroupSize;
     }