https://github.com/shader-slang/slang
Raw File
Tip revision: f5dfa1ed6a51809e8593f5f2abc292ab39f35dcb authored by Tim Foley on 11 May 2020, 21:57:05 UTC
Add GLSL translation for HLSL fmod() (#1342)
Tip revision: f5dfa1e
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