Sign in
skia
/
skia
/
97be28c4cc05231fe6e70dc32662c24700e731cc
/
.
/
tests
/
sksl
/
inliner
/
SwizzleCanBeInlinedDirectly.glsl
blob: bb136e08f83c0721efe38dd9560db4b03fc04b20 [
file
] [
log
] [
blame
]
out
vec4 sk_FragColor
;
uniform vec4 colorRed
;
vec4 main
()
{
return
colorRed
.
yxzw
;
}