blob: 785b0c8a3f7c0a39f19dcc948e71e075c75c3552 [file] [log] [blame]
#version 310 es
precision mediump float;
uniform highp sampler2DArray arg_0_arg_1;
void textureSample_6717ca() {
vec2 arg_2 = vec2(1.0f);
int arg_3 = 1;
vec4 res = texture(arg_0_arg_1, vec3(arg_2, float(arg_3)));
}
void fragment_main() {
textureSample_6717ca();
}
void main() {
fragment_main();
return;
}