https://github.com/shader-slang/slang
Raw File
Tip revision: eda82cbfb92d45fbbff8dfd990798605d277608a authored by Tim Foley on 24 January 2019, 19:31:35 UTC
Fix a regression in geometry shader cross-compilation (#794)
Tip revision: eda82cb
.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