diff options
| author | aidanfnv <aidanf@nvidia.com> | 2025-07-31 19:59:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-01 02:59:46 +0000 |
| commit | 7a133445ef82232a6961c25d09b79f45cd92e709 (patch) | |
| tree | 08e9f3426b6fb8d72e22a4dac44152ee7693307d /docs | |
| parent | 5e24630674e52cc9a340aa05f8f36790f0df66c4 (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')
| -rw-r--r-- | docs/command-line-slangc-reference.md | 1 |
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` |
