xref
: /
third_party
/
skia
/
resources
/
sksl
/
metal
/
CastHalf4ToMat2x2.sksl
(revision cb93a386)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/metal/
1
void main() {
2
half2x2 m1 = half2x2(half4(1, 2, 3, 4));
3
sk_FragColor = m1[0].xyxy;
4
}
5