Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
tests
/
sksl
/
shared
/
InterfaceBlockNamed.glsl
blob: b4e11950c1de113676fcf60ec57c50ae567da696 [
file
]
out
vec4 sk_FragColor
;
layout
(
binding
=
456
)
uniform testBlock
{
float
x
;
}
test
;
void
main
()
{
sk_FragColor
=
vec4
(
test
.
x
);
}