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