diff options
| author | Yong He <yonghe@outlook.com> | 2024-02-05 16:15:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 16:15:21 -0800 |
| commit | 71439f700b845e8d8336041c6d6824f01b7c9067 (patch) | |
| tree | 5664ce2d577a79043f723ee8c3061d863f092d5e /source | |
| parent | 6dca7e39292e6c5672440f6f1dbfb204a79b90d2 (diff) | |
Add documentation on capability system. (#3549)
Fixes #3454.
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/slang-capabilities.capdef | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/slang/slang-capabilities.capdef b/source/slang/slang-capabilities.capdef index 5f15b8e57..eee5736e8 100644 --- a/source/slang/slang-capabilities.capdef +++ b/source/slang/slang-capabilities.capdef @@ -89,11 +89,6 @@ def mesh : stage; def amplification : stage; def callable : stage; -alias all_stages = vertex + fragment + compute + hull + domain - + geometry + raygen + intersection + anyhit - + closesthit + miss + mesh + amplification - + callable; - def _sm_4_0 : hlsl; def _sm_4_1 : _sm_4_0; def _sm_5_0 : _sm_4_1; @@ -377,5 +372,3 @@ alias DX_6_4 = sm_6_4; alias DX_6_5 = sm_6_5; alias DX_6_6 = sm_6_6; alias DX_6_7 = sm_6_7; - - |
