blob: d49cbd427f3073f93711511de096132586047ec4 [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision mediump float;
layout(rg32f) uniform highp writeonly image1D x_20_1;
void main_1() {
imageStore(x_20_1, int(1u), vec4(0.0f, 0.0f, 0.0f, 0.0f));
return;
}
void tint_symbol() {
main_1();
return;
}
void main() {
tint_symbol();
}
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.