https://github.com/shader-slang/slang
Raw File
Tip revision: a08a3140716b89146bf0a22dc014c5470e90e910 authored by Tim Foley on 22 January 2019, 22:57:25 UTC
Clean up variable declaration class hierarchy (#787)
Tip revision: a08a314
implicit-cast-lvalue.slang.expected
result code = -1
standard error = {
tests/diagnostics/implicit-cast-lvalue.slang(14): error 30047: argument passed to parameter '0' must be l-value.
tests/diagnostics/implicit-cast-lvalue.slang(14): note 30048: argument was implicitly cast from 'int' to 'uint', and Slang does not support using an implicit cast as an l-value
}
standard output = {
}
back to top