https://github.com/shader-slang/slang
Raw File
Tip revision: 1716208fb62a7f0a8bbe55e597b582066cb51731 authored by Tim Foley on 27 June 2017, 16:36:19 UTC
Merge pull request #45 from tfoleyNV/emit-imported-parameters
Tip revision: 1716208
call-argument-type.slang.expected
result code = -1
standard error = {
tests/diagnostics/call-argument-type.slang(10): error 30019: expected an expression of type 'A', got 'B'
}
standard output = {
}
back to top