processing.js p3d error message.
in
Processing with Other Languages
•
3 months ago
When running a simple sketch with a sphere in a browser the web console kicks out this message:
"[17:06:39.457] Error: WebGL: Drawing without vertex attrib 0 array enabled forces the browser to do expensive emulation work when running on desktop OpenGL platforms, for example on Mac. It is preferable to always draw with vertex attrib 0 array enabled, by using bindAttribLocation to bind some always-used attribute to location 0. @ http://127.0.0.1:61971/processing.js:5274"
It renders fine, but is there something I should be setting that I'm not?
"[17:06:39.457] Error: WebGL: Drawing without vertex attrib 0 array enabled forces the browser to do expensive emulation work when running on desktop OpenGL platforms, for example on Mac. It is preferable to always draw with vertex attrib 0 array enabled, by using bindAttribLocation to bind some always-used attribute to location 0. @ http://127.0.0.1:61971/processing.js:5274"
It renders fine, but is there something I should be setting that I'm not?
1