https://github.com/shader-slang/slang
Raw File
Tip revision: ddf4a323be5ae4e59dce742f618dbbdee4ed28d8 authored by cheneym2 on 30 August 2024, 06:23:26 UTC
Support mixture of precompiled and non-precompiled modules (#4860)
Tip revision: ddf4a32
.gitattributes
# indicate generated files so they don't appear in GitHub diffs
*.slang.cpp linguist-generated

# Set the line endings to LF for shell scripts
*.sh text eol=lf
back to top