-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathrepoConfiguration.json
More file actions
30 lines (30 loc) · 1.1 KB
/
repoConfiguration.json
File metadata and controls
30 lines (30 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Requirements" : {
"CMake": {
"Version": "3.20"
},
"ShaderC": {
"MinimumVersion": "11.1.0",
"Windows": {
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/windows/vs2022_amd64_release_continuous/29/20260112-140346/install.zip"
},
"macOS": {
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/macos/continuous_clang_release/519/20260112-140351/install.tgz"
},
"Linux": {
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/linux/continuous_clang_release/510/20260112-140346/install.tgz"
}
},
"GlslangValidator": {
"Version": "12.3.1"
},
"Nuget": {
"Version": "6.10.0",
"Url": "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
},
"LLVM": {
"Version": "20.1.7",
"MaximumVersion": "22.2.0"
}
}
}