https://github.com/shader-slang/slang
Raw File
Tip revision: 36742ae0ad8b11e5ae6c2c0c7531b272800e5ff6 authored by Tim Foley on 26 October 2018, 17:58:08 UTC
Work around dxc matrix layout behavior (#694)
Tip revision: 36742ae
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
bin/
intermediate/
obj/

# 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