https://github.com/shader-slang/slang
Raw File
Tip revision: 15335549340c54fd7b89b28104ddc907e9c64638 authored by jsmall-nvidia on 12 December 2019, 19:53:44 UTC
Use DownstreamCompiler for all downstream compilers (#1152)
Tip revision: 1533554
global-uniform.slang.expected
result code = -1
standard error = {
tests/diagnostics/global-uniform.slang(8): error 39016: 'a' is implicitly a global uniform shader parameter, which is currently unsupported by Slang. If a uniform parameter is intended, use a constant buffer or parameter block. If a global is intended, use the 'static' modifier.
tests/diagnostics/global-uniform.slang(10): error 39016: 'b' is implicitly a global uniform shader parameter, which is currently unsupported by Slang. If a uniform parameter is intended, use a constant buffer or parameter block. If a global is intended, use the 'static' modifier.
tests/diagnostics/global-uniform.slang(13): error 39016: 'c' is implicitly a global uniform shader parameter, which is currently unsupported by Slang. If a uniform parameter is intended, use a constant buffer or parameter block. If a global is intended, use the 'static' modifier.
}
standard output = {
}
back to top