https://github.com/shader-slang/slang
Raw File
Tip revision: 892b33996d527f430510793308cb9f0859d5041c authored by Tim Foley on 09 October 2017, 22:05:03 UTC
Travis: try to fix deployment script (#206)
Tip revision: 892b339
.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