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