https://github.com/shader-slang/slang
Raw File
Tip revision: d2644e2f8f0abb73bbd6afd70816f6bf245340da authored by Yong He on 27 February 2024, 22:23:25 UTC
Update documentation TOC. (#3641)
Tip revision: d2644e2
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