https://github.com/shader-slang/slang
Raw File
Tip revision: e67af5b1a3993529c702ff2924dea11fd1017d2e authored by Yong He on 02 June 2021, 23:58:25 UTC
Various Fixes to gfx, reflection and emit. (#1867)
Tip revision: e67af5b
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'
    f(b);
      ^
}
standard output = {
}
back to top