https://github.com/shader-slang/slang
Raw File
Tip revision: b67f656ef3b41a44f4d4581a781c0958029281bd authored by Tim Foley on 04 May 2018, 20:42:57 UTC
Re-enable emission of #line directives and clean up output (#554)
Tip revision: b67f656
.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
*.actual.txt

# Files generated by other shader compilers

*.spv
back to top