summaryrefslogtreecommitdiffstats
path: root/docs/command-line-slangc-reference.md
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-05-15 02:57:47 +0000
committerGitHub <noreply@github.com>2025-05-14 19:57:47 -0700
commitb4d3d3017640581c21b52a12413d3f074ab1c5c1 (patch)
tree2a3fc8350a590e7f342df328b7d9c4469ac40298 /docs/command-line-slangc-reference.md
parent2275e18fc052239fe67f3fda68252ad92bb83ca9 (diff)
Support the new CoopVec builtins (#7108)
**NOTE: This is a breaking change for users who were using POC variant of DXC. In order to keep the compatibility, the users will have to use -capability hlsl_coopvec_poc to their command line. This PR adds a new capability "hlsl_coopvec_poc". When it is used, the HLSL for CoopVec will be emitted for the POC variant of DXC. When it is not used, the HLSL for CoopVec will be emitted for the DXC that officially supports the cooperative vector.
Diffstat (limited to 'docs/command-line-slangc-reference.md')
-rw-r--r--docs/command-line-slangc-reference.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index 9f5295470..f296a6f02 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -1075,6 +1075,7 @@ A capability describes an optional feature that a target may or may not support.
* `metallib_3_1`
* `hlsl_nvapi`
* `hlsl_2018`
+* `hlsl_coopvec_poc`
* `vertex`
* `fragment`
* `compute`