Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
SwizzleConstantOutput.rts
blob: 9304c98ac1798e2dcbed8c1f86d85643af8366df [
file
] [
log
] [
blame
]
void
func
()
{
float4 test
=
float4
(
1
);
test
.
xyz0
=
float4
(
1
);
}
/*%%*
cannot assign to this expression
*%%*/