https://github.com/shader-slang/slang
Raw File
Tip revision: 78acd326a0dd684dd16f1db55bd53937fc38d467 authored by Tim Foley on 08 April 2020, 22:30:12 UTC
Replace /* unhandled */ in source emit with a real error (#1313)
Tip revision: 78acd32
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