https://github.com/shader-slang/slang
Raw File
Tip revision: a4dd936ce05f4aa1342b4ce98dd0ac8c4272e331 authored by Tim Foley on 13 June 2018, 20:56:30 UTC
Fix some issues around codegen for l-values and assignment (#601)
Tip revision: a4dd936
.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