I'm getting the error
fatal error C9999: *** exception during compilation ***
Whenever I try to recompile a GLSL shader that uses Image api for texture writes, for example
layout(binding = 0) coherent uniform image3D Voxels;
Initial compilation works fine however. Has anyone else encountered this, and is there workaround?