Skip to content

Commit afc2fd4

Browse files
Add Slang (#1469)
Co-authored-by: sjfricke <[email protected]>
1 parent 768d540 commit afc2fd4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bin/yaml/slang.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
targets:
15+
- latest

0 commit comments

Comments
 (0)