https://github.com/shader-slang/slang
Raw File
Tip revision: 74a340506bde3c668b05ad5aa1192cfa89763243 authored by Toby Chen on 08 March 2019, 14:51:14 UTC
Properly initialize m_modulesBeingImported otherwize it will segfault (#888)
Tip revision: 74a3405
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