Failed to execute 'texImage2D' on 'WebGL2RenderingContext' Help me!

From Dynamic Resource Loading, you can add the following code if your server support CORS.

app.loader._handlers['texture'].crossOrigin = true;
1 Like