From 7a133445ef82232a6961c25d09b79f45cd92e709 Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Thu, 31 Jul 2025 19:59:46 -0700 Subject: 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 Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- docs/command-line-slangc-reference.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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` -- cgit v1.2.3