https://github.com/shader-slang/slang
Raw File
Tip revision: 393e25fd2e2b8c5ff82ff4c6b14a9d7152d37a5e authored by Tim Foley on 18 December 2017, 23:14:59 UTC
Work on getting rewriter + IR playing nice together. (#314)
Tip revision: 393e25f
.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