https://github.com/shader-slang/slang
Raw File
Tip revision: 3fa85ede1a6d532b0e86c8b71d3f37d30c353aad authored by Tim Foley on 21 July 2017, 18:52:17 UTC
Merge pull request #132 from tfoleyNV/line-directive-control
Tip revision: 3fa85ed
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
bin/
intermediate/

# Files generated by test runner.
#
# Note: in some cases a `.expected` file needs to be checked in, but
# trying to exhaustively enumerate those cases is hard with the
# way the tests are currently sorted.

*.actual
*.expected
*.expected.png
*.actual.png

# Files generated by other shader compilers

*.spv
back to top