https://github.com/shader-slang/slang
Raw File
Tip revision: 1102c53513837e7f052730b847270f533876833f authored by jsmall-nvidia on 17 October 2019, 16:06:58 UTC
Feature/gpu unbound array of array (#1083)
Tip revision: 1102c53
.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