Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
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
));
}