Skip to content

Commit a147f5a

Browse files
committed
remove errorneous capability.
1 parent 32a19a4 commit a147f5a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/slang/slang-capabilities.capdef

-7
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ def mesh : stage;
8989
def amplification : stage;
9090
def callable : stage;
9191

92-
alias all_stages = vertex + fragment + compute + hull + domain
93-
+ geometry + raygen + intersection + anyhit
94-
+ closesthit + miss + mesh + amplification
95-
+ callable;
96-
9792
def _sm_4_0 : hlsl;
9893
def _sm_4_1 : _sm_4_0;
9994
def _sm_5_0 : _sm_4_1;
@@ -377,5 +372,3 @@ alias DX_6_4 = sm_6_4;
377372
alias DX_6_5 = sm_6_5;
378373
alias DX_6_6 = sm_6_6;
379374
alias DX_6_7 = sm_6_7;
380-
381-

0 commit comments

Comments
 (0)