https://github.com/shader-slang/slang
Revision 7c0ebeee95cb72f086a261ed6c55f33571bb62db authored by Kai-Hwa Yao on 10 July 2017, 20:50:16 UTC, committed by Kai-Hwa Yao on 11 July 2017, 00:49:35 UTC
1 parent 4bb88c4
Raw File
Tip revision: 7c0ebeee95cb72f086a261ed6c55f33571bb62db authored by Kai-Hwa Yao on 10 July 2017, 20:50:16 UTC
Refactored compile output to work with raw data instead of Strings
Tip revision: 7c0ebee
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
bin/
intermediate/

# files generated by test runner
*.actual
*.expected
!*.slang.expected
!*.slang.*.expected
*.expected.png
*.actual.png

# files generated by other shader compilers
*.spv
back to top