xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
OpenArray.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void main(inout float4 color) {
2
color.r
[ = (
color.g
);
3
}
4