https://github.com/shader-slang/slang
Raw File
Tip revision: 7250ed1e73351b6f3f72d6a42a90f2878f78b0f8 authored by Tim Foley on 21 September 2018, 18:12:23 UTC
Remove the "hack sampler" workaround (#648)
Tip revision: 7250ed1
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
bin/
intermediate/

# 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