blob: 182f9444c3bc37fc0331719337700b4c6cad5d10 [file] [log] [blame]
out vec4 sk_FragColor;
mat4 a;
void main() {
sk_FragColor = inverse(a)[0];
}