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
2 changes: 0 additions & 2 deletions docs/command-line-slangc-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,6 @@ A capability describes an optional feature that a target may or may not support.
* `metallib_3_1`
* `hlsl_nvapi`
* `hlsl_2018`
* `hlsl_coopvec_poc`
* `optix_coopvec`
* `optix_multilevel_traversal`
* `vertex`
Expand Down Expand Up @@ -1295,7 +1294,6 @@ A capability describes an optional feature that a target may or may not support.
* `spvVulkanMemoryModelDeviceScopeKHR`
* `spvBindlessTextureNV`
* `metallib_latest`
* `hlsl_coopvec_poc_sm_6_9`
* `dxil_lib`
* `any_target`
* `any_textual_target`
Expand Down
8 changes: 0 additions & 8 deletions docs/user-guide/a3-02-reference-capability-atoms.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ Versions
`hlsl_2018`
> Represent HLSL compatibility support.

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

`hlsl_nvapi`
> Represents HLSL NVAPI support.

Expand Down Expand Up @@ -1107,11 +1104,6 @@ Compound Capabilities
`helper_lane`
> Capabilities required to enable helper-lane demotion

`hlsl_coopvec_poc_sm_6_9`
> Represent compatibility support for the deprecated POC DXC, but we need to use
> this capability to be compatible with cooperative_vector in target_switch, so
> join '_sm_6_9' here.

`hlsl_spirv`
> HLSL, and SPIRV code-gen targets

Expand Down
Loading