xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
SwizzleTooManyComponents.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void main() { float4 test = float2(1).xxxxx; }
2