https://github.com/shader-slang/slang
Raw File
Tip revision: 017c476f4cbfb877ca3d06e3628c78223a00246e authored by Tim Foley on 19 February 2018, 18:47:22 UTC
Allow writes to UAV textures (#416)
Tip revision: 017c476
.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