blob: b3504567a605b4da6219a13e207a5df852a5fa6f [file] [log] [blame]
#version 310 es
precision mediump float;
layout(location = 0) out vec4 value;
struct MyStruct {
float f1;
};
vec4 tint_symbol() {
return vec4(0.0f);
}
void main() {
vec4 inner_result = tint_symbol();
value = inner_result;
return;
}