Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
SwizzleMatrix.rts
blob: 4c6e0d528d76af1a25fa3494d776c81e9bd17a22 [
file
] [
log
] [
blame
]
void
func
()
{
float2x2 x
=
float2x2
(
1
);
float
y
=
x
.
y
;
}
/*%%*
type 'float2x2' does not have a field named 'y'
*%%*/