diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/command-line-slangc-reference.md | 1 | ||||
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index b3cd2576a..7d18799ba 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -1112,6 +1112,7 @@ A capability describes an optional feature that a target may or may not support. * `hlsl_nvapi` * `hlsl_2018` * `hlsl_coopvec_poc` +* `optix_coopvec` * `vertex` * `fragment` * `compute` diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 56809055b..9740806ea 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -153,10 +153,10 @@ Versions > Represents HLSL NVAPI support. `hlsl_2018` -> Represet HLSL compatibility support. +> Represent HLSL compatibility support. `hlsl_coopvec_poc` -> Represet compatibility support for the deprecated POC DXC +> Represent compatibility support for the deprecated POC DXC `dxil_lib` > Represents capabilities required for DXIL Library compilation. @@ -1322,6 +1322,9 @@ Other ---------------------- *Capabilities which may be deprecated* +`optix_coopvec` +> Represents capabilities required for optix cooperative vector support. + `SPIRV_1_0` > Use `spirv_1_0` instead |
