https://github.com/shader-slang/slang
Raw File
Tip revision: 5a0273848aa4b854bb3c99a81701b044a8929bf8 authored by Tim Foley on 02 April 2018, 22:08:21 UTC
Update to top-of-tree glslang (2018-04-02). (#470)
Tip revision: 5a02738
.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