https://github.com/shader-slang/slang
Raw File
Tip revision: 66f9a7cefe351d7e0a27fa77fbfe5ca93f2d8133 authored by Tim Foley on 02 January 2018, 18:44:05 UTC
Bug fix for humane source location computation. (#346)
Tip revision: 66f9a7c
.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