From 71439f700b845e8d8336041c6d6824f01b7c9067 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 5 Feb 2024 16:15:21 -0800 Subject: Add documentation on capability system. (#3549) Fixes #3454. --- source/slang/slang-capabilities.capdef | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source') 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; - - -- cgit v1.2.3