blob: 2d85a108ad82b70ae164487686c86f7acb9ab22c [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision mediump float;
layout(rg32f) uniform highp writeonly image1D x_20;
void main_1() {
imageStore(x_20, 1, vec4(0.0f));
return;
}
void tint_symbol() {
main_1();
}
void main() {
tint_symbol();
return;
}
Error parsing GLSL shader:
ERROR: 0:4: 'image load-store format' : not supported with this profile: es
ERROR: 0:4: '' : compilation terminated
ERROR: 2 compilation errors. No code generated.