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. | |