Sign in
skia
/
skia
/
e8ab6e172d07e8d0f04e1fdf17f1202a4547359a
/
.
/
resources
/
sksl
/
shared
/
InterfaceBlockBuffer.sksl
blob: e15dcacace2ae6c0ed7b5cd658c949388e5629f5 [
file
] [
log
] [
blame
]
layout
(
binding
=
456
)
buffer testBlock
{
float
x
;
}
test
;
void
main
()
{
sk_FragColor
=
half4
(
half
(
test
.
x
));
}