stackgl / headless-gl

🎃 Windowless WebGL for node.js
1.76k stars 170 forks source link

Fix + reënable multiple-render-targets test #219

Open dhritzkiv opened 3 years ago

dhritzkiv commented 3 years ago

Updating the gl stack on our CI's linux images seems to have caused an error with one of the tests:

Error compiling fragment shader: 0:10(29): error: sampler arrays indexed with non-constant expressions are forbidden in GLSL 1.30 and later

See here for an example of a failed test run.

@robertleeplummerjr any insight into what the fix would be for this test?

robertleeplummerjr commented 2 years ago

No idea.