blob: e85a9f4a53395a9a3fc143a17ffbea643f0c7e4c [file] [log] [blame]
#version 460
layout(binding = 0, rgba8) uniform highp image2D tex;
void tint_symbol() {
imageStore(tex, ivec2(0), vec4(0.0f));
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
tint_symbol();
return;
}