https://github.com/shader-slang/slang
Raw File
Tip revision: fd61c775f2e0e744c4bbbc2672d42e17c6863c1c authored by jsmall-nvidia on 13 February 2020, 17:35:40 UTC
* Fix for unary - on glsl (#1222)
Tip revision: fd61c77
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
*.ilk
*.obj
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

tests/**/*.exp
tests/**/*.lib
tests/**/*.dll
tests/**/*.cpp

# Files generated by other shader compilers

*.spv
back to top