WEBGL js console error: "WARNING: there is no texture bound to the unit 0"

I get this error a giant number of times when I load a page with an iframe that contains a p5js sketch that uses WEBGL. Is anyone else experiencing this? A quick Google found that Three.js users were suddenly experiencing this with the Chrome update to v50, but I haven't found anything about p5js users...

OSX 10.11.6 // Chrome v52 // p5js 0.6.1

Tagged:

Answers

  • To be totally clear, the full console error message is:

    [.Offscreen-For-WebGL-0x7f9ceb931600]RENDER WARNING: there is no texture bound to the unit 0

Sign In or Register to comment.