blob: 8c153f3ec7f97412221d55cf7a3c9005e102e439 [file] [log] [blame]
out vec4 sk_FragColor;
uniform vec4 colorGreen;
struct S {
float x;
int y;
};
struct Nested {
S a;
};
vec4 main() {
return colorGreen;
}