https://github.com/shader-slang/slang
Raw File
Tip revision: de6ca4df6668aa4f3f5113410e2e898e37cd7bc4 authored by jsmall-nvidia on 07 November 2018, 00:17:10 UTC
Made sameStageSpecifiedMoreThanOnce a warning instead of an error. (#714)
Tip revision: de6ca4d
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
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

# Files generated by other shader compilers

*.spv
back to top