Closed chengrongliang closed 4 years ago
When I runing visualizevoxels.py->glow.py->line265, the code gl.glLinkProgram(self.id) has error linking with uncompiled/unspecialized shader. Is .vert or frag file have problems?
solved by setting $export MESA_GL_VERSION_OVERRIDE=3.3 in ubuntu 18.04 and GLSL3.30
When I runing visualizevoxels.py->glow.py->line265, the code gl.glLinkProgram(self.id) has error linking with uncompiled/unspecialized shader. Is .vert or frag file have problems?