blob: 3ff72f55886911dba87bd2aaec01f58a88525a1e [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), 2);
return;
}
void main() {
tint_symbol();
}