https://github.com/shader-slang/slang
Raw File
Tip revision: f2a123d727316d8203820a332da1348f78ad9ad6 authored by Tim Foley on 09 January 2020, 22:19:14 UTC
Merge pull request #1165 from tfoleyNV/fix-find-type-crash
Tip revision: f2a123d
.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