mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
10 lines
616 B
JSON
10 lines
616 B
JSON
{
|
|
"name": "shader-slang",
|
|
"version": "0.24.43",
|
|
"port-version": 1,
|
|
"description": "Slang is a shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion, while also maintaining the highest possible performance on modern GPUs and graphics APIs. Slang is based on years of collaboration between researchers at NVIDIA, Carnegie Mellon University, and Stanford.",
|
|
"homepage": "https://github.com/shader-slang/slang",
|
|
"license": "MIT",
|
|
"supports": "((x86 & windows) | (x64 & (windows | linux | osx)) | (arm64 & (linux | osx))) & !uwp & !static"
|
|
}
|