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