From bee3142ce4564d7cb6ec0af43b4ffdcae1d2e68d Mon Sep 17 00:00:00 2001 From: Sirox <71220271+Sirox0@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:01:30 +0300 Subject: add task shader alias (#7372) * alias amplification shader as task shader and add mesh shader profile * add task shader stage alias to capabilities * regenerate command line reference --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- docs/command-line-slangc-reference.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/command-line-slangc-reference.md') 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` @@ -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 [<language>](#language), <format>, and/or [<stage>](#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 -- cgit v1.2.3