Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/command-line-slangc-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
15 changes: 9 additions & 6 deletions docs/user-guide/a3-02-reference-capability-atoms.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Capability Atoms

### Sections:

1. [Targets](#Targets)
2. [Stages](#Stages)
3. [Versions](#Versions)
4. [Extensions](#Extensions)
5. [Compound Capabilities](#Compound-Capabilities)
6. [Other](#Other)
1. [Targets](#targets)
2. [Stages](#stages)
3. [Versions](#versions)
4. [Extensions](#extensions)
5. [Compound Capabilities](#compound-capabilities)
6. [Other](#other)

Targets
----------------------
Expand Down Expand Up @@ -155,6 +155,9 @@ Versions
`hlsl_2018`
> Represet HLSL compatibility support.

`hlsl_coopvec_poc`
> Represet compatibility support for the deprecated POC DXC

`dxil_lib`
> Represents capabilities required for DXIL Library compilation.

Expand Down
Loading
Loading