Registry / other / shader-slang

shader-slang

JSON →
library2025.22.1vcpkgunverified

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.

vcpkg install shader-slang
INSTALL
IMPORT
SIG · SHADER-SLANG
S
shader-slang
othercppv2025.22.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

slang.h
#include <slang.h>

Initialize a Slang global session

#include <slang.h> int main() { slang::IGlobalSession* globalSession; slang::createGlobalSession(&globalSession); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025.22.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

shader-slang — pip install shader-slang · libregistry