mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:49:08 +08:00
b6dd2d87ff
* Updated shader-slang version to 0.27.20 * Ran ./vcpkg x-add-version --all * Update ports/shader-slang/vcpkg.json Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update ports/shader-slang/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * ./vcpkg x-add-version --all --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
9 lines
595 B
JSON
9 lines
595 B
JSON
{
|
|
"name": "shader-slang",
|
|
"version": "0.27.20",
|
|
"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"
|
|
}
|