blob: 2592c4f486f1494099ce4ed11ae4ce7c99382f17 [file] [log] [blame]
#version 310 es
precision mediump float;
uniform highp sampler3D arg_0_arg_1;
void textureSample_2149ec() {
vec4 res = textureOffset(arg_0_arg_1, vec3(0.0f), ivec3(0));
}
void fragment_main() {
textureSample_2149ec();
}
void main() {
fragment_main();
return;
}