blob: 8bb397c630c17d31094719e75d1f2cef0ff0f624 [file] [log] [blame]
#version 310 es
precision mediump float;
struct S {
int a;
float b;
};
S v = S(0, 0.0f);
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void tint_symbol() {
return;
}
void main() {
tint_symbol();
}