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