https://github.com/shader-slang/slang
Raw File
Tip revision: 22033f06573f900dc030c487b2c30feddf3d8f16 authored by jsmall-nvidia on 27 June 2018, 20:53:48 UTC
Support for Tessellation (#607)
Tip revision: 22033f0
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