blob: 4b8a24cc789dd852f23e2b89a43055a7b06b7a46 [file] [log] [blame]
out vec4 sk_FragColor;
mat4 a;
void main() {
sk_FragColor = transpose(a)[0];
}