https://github.com/shader-slang/slang
Revision d43ee03c6101ce76331135cebdc57711cb3a2020 authored by Tim Foley on 12 July 2017, 20:48:20 UTC, committed by Tim Foley on 12 July 2017, 20:48:20 UTC
An expression with error type may still fail the l-value check, but we don't want to emit an error in that case.
1 parent aca34e7
Raw File
Tip revision: d43ee03c6101ce76331135cebdc57711cb3a2020 authored by Tim Foley on 12 July 2017, 20:48:20 UTC
Don't report error on assigning to an erroneous expression
Tip revision: d43ee03
.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
tests/render/*.expected

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