blob: 4a46c2018d55f27a818a253a675e1f5807e08eb6 [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision mediump float;
layout(rg32f) uniform highp writeonly image2D x_20;
void main_1() {
imageStore(x_20, ivec2(1, 0), 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.