https://github.com/shader-slang/slang
Raw File
Tip revision: 28adf8917e53953dbfebd746410a427a55eed814 authored by Yong He on 09 September 2021, 18:39:04 UTC
`reinterpret` and 16-bit value packing. (#1933)
Tip revision: 28adf89
static-ref-to-nonstatic-member.slang.expected
result code = -1
standard error = {
tests/diagnostics/static-ref-to-nonstatic-member.slang(11): error 30100: type 'Color' cannot be used to refer to non-static member 'Red'
    int x = Color.Red;
                 ^
}
standard output = {
}
back to top