https://github.com/shader-slang/slang
Raw File
Tip revision: 5deb82929d289d6341e1919ee95b18b10f6db789 authored by Yong He on 02 February 2022, 04:00:55 UTC
GFX: Add API interception mechanism for pipeline creation. (#2115)
Tip revision: 5deb829
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