xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
SwizzleMatrix.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void main() {
2
float2x2 x = float2x2(1);
3
float y =
x.y
;
4
}
5