blob: f74af8cbc513d17638dc081d158b7c9a1fd97e6b [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
uniform highp usampler2D t_s;
void main() {
uvec4 res = textureGather(t_s, vec2(0.0f), int(0));
}