https://github.com/shader-slang/slang
Raw File
Tip revision: 3d60cc0ca818556b78f38a59eb5521044b8a6b71 authored by Tim Foley on 01 December 2018, 01:52:52 UTC
Add support for Vulkan raytraicng "shader record" (#735)
Tip revision: 3d60cc0
.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