blob: fc3016256ce68d8627adb840b528d22f1c0037f9 [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
uniform highp sampler2D t_s;
void main() {
vec4 res = textureGather(t_s, vec2(0.0f), int(3));
}