Sign in
skia
/
skia
/
1d910efd245866af7dd9285419a179312ba69b47
/
.
/
resources
/
sksl
/
shared
/
InterfaceBlockNamed.sksl
blob: a2450fbf132354da9f4a79d795f07a857095f6d4 [
file
] [
log
] [
blame
]
layout
(
binding
=
456
)
uniform testBlock
{
float
x
;
}
test
;
void
main
()
{
sk_FragColor
=
half4
(
half
(
test
.
x
));
}