https://github.com/shader-slang/slang
Raw File
Tip revision: 0045a638001a8c43acdabe52606fca45bf284a46 authored by Tim Foley on 26 July 2017, 22:52:40 UTC
Merge pull request #149 from tfoleyNV/docs
Tip revision: 0045a63
.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