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

5 lines
65 B
Plaintext
Raw Normal View History

void main() {
float2x2 x = float2x2(1);
float y = x.y;
}