unplugged-vendor/external/skia/resources/sksl/errors/SwizzleConstantOutput.sksl

5 lines
72 B
Plaintext
Raw Normal View History

void main() {
float4 test = float4(1);
test.xyz0 = float4(1);
}