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