summaryrefslogtreecommitdiffstats
path: root/docs/user-guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user-guide')
-rw-r--r--docs/user-guide/a3-02-reference-capability-atoms.md6
1 files changed, 6 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 a9455761c..ea3e5952a 100644
--- a/docs/user-guide/a3-02-reference-capability-atoms.md
+++ b/docs/user-guide/a3-02-reference-capability-atoms.md
@@ -45,6 +45,9 @@ Targets
`wgsl`
> Represents the WebGPU shading language code generation target.
+`slangvm`
+> Represents the Slang VM bytecode target.
+
Stages
----------------------
*Capabilities to specify code generation stages (`vertex`, `fragment`...)*
@@ -67,6 +70,9 @@ Stages
`geometry`
> Geometry shader stage
+`dispatch`
+> Dispatch shader stage
+
`pixel`
> Pixel shader stage