blob: 3df57e9fd77224721114e25889a4e1ca35dc9271 [file] [log] [blame]
#version 310 es
precision mediump float;
uniform highp sampler2DArray t_f;
uniform highp isampler2DArray t_i;
uniform highp usampler2DArray t_u;
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void tint_symbol() {
return;
}
void main() {
tint_symbol();
}