From 6d1fe29cdcbca18d559e302d6427a504d1762173 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 22 Oct 2020 23:44:11 -0700 Subject: Generate `if` based dispatch logic on GPU targets. (#1585) --- source/slang/slang.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/slang/slang.vcxproj') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index bb4293b8f..a09282a4a 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -258,6 +258,7 @@ + @@ -390,6 +391,7 @@ + @@ -453,4 +455,4 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3