Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
workarounds
/
DualSourceBlending.glsl
blob: 5a8a7108cccb6cea1274ae850d65b81ead4b1c57 [
file
] [
log
] [
blame
]
out
vec4 sk_FragColor
;
void
main
()
{
sk_FragColor
=
gl_SecondaryFragColorEXT
;
}