summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/command-line-slangc-reference.md5
-rw-r--r--docs/user-guide/a3-02-reference-capability-atoms.md3
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index 3a0b9acd1..c1ea9d720 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -1102,7 +1102,7 @@ Stage
* `miss`
* `callable`
* `mesh`
-* `amplification`
+* `amplification`, `task`
* `dispatch`
<a id="vulkan-shift"></a>
@@ -1383,6 +1383,7 @@ A capability describes an optional feature that a target may or may not support.
* `callable`
* `miss`
* `mesh`
+* `task`
* `amplification`
* `any_stage`
* `amplification_mesh`
@@ -1585,6 +1586,8 @@ A [&lt;language&gt;](#language), &lt;format&gt;, and/or [&lt;stage&gt;](#stage)
* `tesc` : glsl (hull)
* `tese` : glsl (domain)
* `comp` : glsl (compute)
+* `mesh` : glsl (mesh)
+* `task` : glsl (amplification)
* `slang`
* `spv` : SPIR-V
* `spv-asm` : SPIR-V assembly
diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md
index db7de8cb1..f1b2d2bdb 100644
--- a/docs/user-guide/a3-02-reference-capability-atoms.md
+++ b/docs/user-guide/a3-02-reference-capability-atoms.md
@@ -106,6 +106,9 @@ Stages
`mesh`
> Mesh shader stage & mesh shader capabilities
+`task`
+> Task shader stage & mesh shader capabilities
+
`amplification`
> Amplification shader stage & mesh shader capabilities