https://github.com/shader-slang/slang
Raw File
Tip revision: 09408e32d7c0ccebf38fe31b5d2ddf4b1cd128e4 authored by Yong He on 14 October 2022, 03:31:30 UTC
Allow multi-level breaks to break out of `switch` statements. (#2451)
Tip revision: 09408e3
.gitattributes
# indicate generated files so they don't appear in GitHub diffs
*.slang.cpp linguist-generated
back to top