You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is especially relevant after fixing #278; ideally, gl.getShaderInfoLog or gl.compileShader (and respective gl.linkProgram etc.) would also allow to jump to the editor (which could include said annotations).
The text was updated successfully, but these errors were encountered:
There should be an option to display GLSL errors and warnings in the editor.
Ideally, this would be shown in the respective lines.
The underlying editor supports this: https://mkslanc.github.io/ace-playground/#providing-custom-annotations
There's also some parser for GLSL errors / warnings in luma.gl that could be repurposed.
This is especially relevant after fixing #278; ideally,
gl.getShaderInfoLog
orgl.compileShader
(and respectivegl.linkProgram
etc.) would also allow to jump to the editor (which could include said annotations).The text was updated successfully, but these errors were encountered: