summaryrefslogtreecommitdiffstats
path: root/docs/command-line-slangc-reference.md
diff options
context:
space:
mode:
authorDarren Wihandi <65404740+fairywreath@users.noreply.github.com>2025-05-25 12:58:08 -0400
committerGitHub <noreply@github.com>2025-05-25 09:58:08 -0700
commit0476b57faad96bee61f59f27ddd48c6cb067cfa2 (patch)
treed3fe49cd906c29b03b2a840dd2c057ccc331b4f7 /docs/command-line-slangc-reference.md
parent554be7a5f990df19a21db10b4e5dc0285cbe8168 (diff)
Add full support for SPV_NV_shader_subgroup_partitioned (#7103)
* Properly implement WaveMask* variants of WaveMultiPrefix* intrinsics * More partitioned intrinsics * More partitioned intrinsics and cleaned up non-prefixed WaveMask* implementations * Refactor HLSL WaveMultiPrefix* implementations * fix cap atoms * Clean up implementation * Add GLSL intrinsics and cleanup * Add tests * Fix affected capability test * Update and fix tests * Move expected.txt file * Refactor WaveMask* to call WaveMulti* * Refactor SPIRV/GLSL preamble code * Enable emit-via-glsl tests * remove wave_multi_prefix capability in favor of subgroup_partitioned * Update docs * Update cap atoms doc
Diffstat (limited to 'docs/command-line-slangc-reference.md')
-rw-r--r--docs/command-line-slangc-reference.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index d0e94a622..4ecaac546 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -1306,7 +1306,6 @@ A capability describes an optional feature that a target may or may not support.
* `atomicfloat2`
* `fragmentshaderbarycentric`
* `shadermemorycontrol`
-* `wave_multi_prefix`
* `bufferreference`
* `bufferreference_int64`
* `cooperative_vector`