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 768d540 commit afc2fd4Copy full SHA for afc2fd4
bin/yaml/slang.yaml
@@ -0,0 +1,15 @@
1
+compilers:
2
+ slang:
3
+ slangc:
4
+ type: tarballs
5
+ dir: slang-{name}
6
+ url: https://github.com/shader-slang/slang/releases/download/v{name}/slang-{name}-linux-x86_64-glibc-2.17.tar.gz
7
+ folder: bin
8
+ check_exe: slangc -version
9
+ targets:
10
+ - "2024.14.6"
11
+ nightly:
12
+ if: nightly
13
+ install_always: true
14
15
+ - latest
0 commit comments