https://github.com/shader-slang/slang
Raw File
Tip revision: 7852a2bf0ef5aad0f4f318507c300352c25199f2 authored by Tim Foley on 06 June 2018, 18:59:32 UTC
Add basic support for Shader Model 6.3 profiles (#594)
Tip revision: 7852a2b
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