summaryrefslogtreecommitdiff
path: root/source/slang-stdlib
AgeCommit message (Collapse)Author
2024-10-13Fix race condition for building stdlib headers (#5272)Ellie Hermaszewska
Fixes https://github.com/shader-slang/slang/issues/5270
2024-10-11Restrict stdlib embed macros to single source file (#5251)Ellie Hermaszewska
* Restrict stdlib embed macros to single source file * Build slang-without-embedded-stdlib with the same target type as libslang To avoid building everything twice