Sign in
skia
/
skia
/
0f8da9f695ccd699a7126dbe28cba2faa9bcd5c0
/
.
/
resources
/
sksl
/
shared
/
InterfaceBlockNamedArray.sksl
blob: c5c8449d56ea6ff72117d6f544e50178dab839b2 [
file
]
layout
(
binding
=
123
)
uniform testBlock
{
float
x
;
}
test
[
2
];
void
main
()
{
sk_FragColor
=
half4
(
half
(
test
[
1
].
x
));
}