blob: b104a63e00093fbfd18a298e55b2610172527aeb [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, int(1u), vec4(0.0f, 0.0f, 0.0f, 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.