Sign in
skia
/
skia.git
/
aeae3a58e3da8f64d79733d51c80d5d5490814b3
/
.
/
tests
/
sksl
/
fp
/
GrUniform.fp
blob: 845e384c37ec7a0bb8d5b79b0e697ccd8e3e3675 [
file
] [
log
] [
blame
]
uniform half4 color
;
void
main
()
{
sk_OutColor
=
color
;
}