https://github.com/shader-slang/slang
Raw File
Tip revision: 1b40fe56725eeefe9c601461278376b697d4d35a authored by Yong He on 24 November 2022, 01:50:02 UTC
Make differentiable data-flow pass recognize interface methods. (#2530)
Tip revision: 1b40fe5
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