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