Arcs Posted January 23, 2017 Share Posted January 23, 2017 Error: WebGL: texImage2D: Incurred CPU pixel conversion, which is very slow. pixi.js:1911:6 Error: WebGL: texImage2D: Chosen format/type incurred an expensive reformat: 0x1908/0x1401 I get these errors on loading a game I'm working on, and have since day one, the more I add the more repeats of the message I get. I should note that I get this error in the console too just for the bunny demo at the start of the examples given on the pixi.js website: http://pixijs.github.io/examples/#/basics/basic.js "Pixi.js 4.3.4 - WebGL - http://www.pixijs.com/" pixi.js:25638:9 Error: WebGL: texImage2D: Incurred CPU-side conversion, which is very slow. pixi.js:1918:6 Error: WebGL: texImage2D: Incurred CPU pixel conversion, which is very slow. pixi.js:1918:6 Error: WebGL: texImage2D: Chosen format/type incurred an expensive reformat: 0x1908/0x1401 My question is, is there a way to fix this? And if not is there a way to mute the message because it makes debugging harder when there's so much error messages adding up in the console. Quote Link to comment Share on other sites More sharing options...
xerver Posted January 23, 2017 Share Posted January 23, 2017 https://github.com/pixijs/pixi.js/issues/2991 Quote Link to comment Share on other sites More sharing options...
Arcs Posted January 24, 2017 Author Share Posted January 24, 2017 Thanks, that bug report they linked to has been active since 2016 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.