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
which doesn't seem to work. That message would signal that the WebGLRenderingContext has been hooked, and that everything is ready to start getting events, so the UI should be visible, or at least a message that says "Waiting for programs to be created..."
That doesn't work, so now I'm using the first "addProgram" message to signal that there's activity.
The text was updated successfully, but these errors were encountered:
At the end of the injected function, there's a call to
window.postMessage( { source: 'WebGLShaderEditor', method: 'init' }, '*');
which doesn't seem to work. That message would signal that the WebGLRenderingContext has been hooked, and that everything is ready to start getting events, so the UI should be visible, or at least a message that says "Waiting for programs to be created..."
That doesn't work, so now I'm using the first "addProgram" message to signal that there's activity.
The text was updated successfully, but these errors were encountered: