diff options
Diffstat (limited to 'docs/user-guide/a3-02-reference-capability-atoms.md')
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index e7a9b1bb4..a70a9f88c 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -363,6 +363,12 @@ Extensions `SPV_EXT_demote_to_helper_invocation` > Represents the SPIR-V extension for demoting to helper invocation. +`SPV_KHR_maximal_reconvergence` +> Represents the SPIR-V extension for maximal reconvergence. + +`SPV_KHR_quad_control` +> Represents the SPIR-V extension for quad group control. + `SPV_KHR_fragment_shader_barycentric` > Represents the SPIR-V extension for fragment shader barycentric. @@ -503,6 +509,12 @@ Extensions `spvDemoteToHelperInvocation` > Represents the SPIR-V capability for demoting to helper invocation. +`spvMaximalReconvergenceKHR` +> Represents the SPIR-V capability for maximal reconvergence. + +`spvQuadControlKHR` +> Represents the SPIR-V capability for quad group control. + `GL_EXT_buffer_reference` > Represents the GL_EXT_buffer_reference extension. @@ -515,6 +527,12 @@ Extensions `GL_EXT_demote_to_helper_invocation` > Represents the GL_EXT_demote_to_helper_invocation extension. +`GL_EXT_maximal_reconvergence` +> Represents the GL_EXT_maximal_reconvergence extension. + +`GL_EXT_shader_quad_control` +> Represents the GL_EXT_shader_quad_control extension. + `GL_EXT_fragment_shader_barycentric` > Represents the GL_EXT_fragment_shader_barycentric extension. @@ -1078,6 +1096,9 @@ Compound Capabilities `helper_lane` > Capabilities required to enable helper-lane demotion +`quad_control` +> Capabilities required to enable quad group control + `breakpoint` > Capabilities required to enable shader breakpoints |
