https://github.com/shader-slang/slang
Raw File
Tip revision: ce4829b03622c7c23096253b0ee80b0fc923321e authored by Tim Foley on 14 November 2019, 21:11:07 UTC
Initial work on direct emission of SPIR-V (#1118)
Tip revision: ce4829b
.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