mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 17:47:57 +08:00
18842caa55
Co-authored-by: Monica <v-liumonica@microsoft.com>
9 lines
597 B
JSON
9 lines
597 B
JSON
{
|
|
"name": "shader-slang",
|
|
"version": "2024.1.25",
|
|
"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 & (linux | osx | windows)) | (arm64 & (linux | osx | windows))) & !uwp"
|
|
}
|