blob: 6a161774b1a5a566d6efd8ca5a6c776082af27cd [file] [log] [blame]
#version 310 es
precision mediump float;
uniform highp sampler2D t;
void tint_symbol() {
vec4 res = textureGather(t, vec2(0.0f, 0.0f), 0);
return;
}
void main() {
tint_symbol();
}