Class KHRShaderMaximalReconvergence

java.lang.Object
org.lwjgl.vulkan.KHRShaderMaximalReconvergence

public final class KHRShaderMaximalReconvergence extends Object
This extension allows the use of the SPV_KHR_maximal_reconvergence SPIR-V extension in shader modules. SPV_KHR_maximal_reconvergence provides stronger guarantees that diverged subgroups will reconverge. These guarantees should match shader author intuition about divergence and reconvergence of invocations based on the structure of the code in the HLL.

Developers should utilize this extension if they require stronger guarantees about reconvergence than either the core spec or SPV_KHR_subgroup_uniform_control_flow. This extension will define the rules that govern how invocations diverge and reconverge in a way that should match developer intuition. It allows robust programs to be written relying on subgroup operations and other tangled instructions.

Name String
VK_KHR_shader_maximal_reconvergence
Extension Type
Device extension
Registered Extension Number
435
Revision
1
Extension and Version Dependencies
Version 1.1
SPIR-V Dependencies
Contact
Extension Proposal
VK_KHR_shader_maximal_reconvergence
Other Extension Metadata
Last Modified Date
2021-11-12
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Alan Baker, Google
  • Field Details

    • VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION

      public static final int VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME

      public static final String VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME
      The extension name.
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MAXIMAL_RECONVERGENCE_FEATURES_KHR

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MAXIMAL_RECONVERGENCE_FEATURES_KHR
      Extends VkStructureType.
      See Also: