https://github.com/shader-slang/slang
Raw File
Tip revision: b8478a457b7d26d497109d9a0a992dbc198eb47a authored by Tim Foley on 20 July 2017, 17:13:54 UTC
Merge pull request #129 from tfoleyNV/single-pass-stereo-ext
Tip revision: b8478a4
.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