We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab668f commit b957050Copy full SHA for b957050
CHANGELOG.md
@@ -3,7 +3,8 @@
3
## 2022-09-19
4
5
* Updated glslang to latest trunk (#112)
6
-* Added Metal compiler 3.0 beta 4
+* Added Metal compiler 3.0 beta 4 (#111)
7
+* Added Slang compiler v0.24.20 (#111)
8
9
## 2022-07-12
10
build.cake
@@ -394,6 +394,7 @@ Task("Download-Slang")
394
DownloadSlang("0.13.10");
395
DownloadSlang("0.18.0");
396
DownloadSlang("0.18.25");
397
+ DownloadSlang("0.24.20");
398
});
399
400
Task("Download-HLSLParser")
0 commit comments