https://github.com/shader-slang/slang
Raw File
Tip revision: 7c82ead1f5a7f866abe4e8fa931f857a505c3077 authored by Tim Foley on 08 April 2019, 22:04:01 UTC
Update glslang version (#940)
Tip revision: 7c82ead
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
bin/
intermediate/
build.*/

# 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