summaryrefslogtreecommitdiffstats
path: root/docs/command-line-slangc-reference.md
diff options
context:
space:
mode:
authoraidanfnv <aidanf@nvidia.com>2025-07-31 19:59:46 -0700
committerGitHub <noreply@github.com>2025-08-01 02:59:46 +0000
commit7a133445ef82232a6961c25d09b79f45cd92e709 (patch)
tree08e9f3426b6fb8d72e22a4dac44152ee7693307d /docs/command-line-slangc-reference.md
parent5e24630674e52cc9a340aa05f8f36790f0df66c4 (diff)
Omit "Invalid" capability from slangc -h output (#8020)
* Omit "Invalid" capability from slangc -h output * format code (#23) Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --------- Co-authored-by: slangbot <ellieh+slangbot@nvidia.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
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 650ab867a..95a13a263 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -1137,7 +1137,6 @@ Vulkan Shift
A capability describes an optional feature that a target may or may not support. When a [-capability](#capability-1) is specified, the compiler may assume that the target supports that capability, and generate code accordingly.
* `spirv_1_{ 0`, `1`, `2`, `3`, `4`, `5 }` : minimum supported SPIR - V version
-* `Invalid`
* `textualTarget`
* `hlsl`
* `glsl`