fix: replace console.log/warn with p5._friendlyError in RendererGL (fixes #8591) by MASTERsj01 · Pull Request #8592 · processing/p5.js

@MASTERsj01

- p5.RendererGL.js: Replace 6 console.log/warn calls with p5._friendlyError()
  (setAttributes, dimension limits, blendMode, loadPixels, tesselation)
- p5.RendererGL.Immediate.js: Replace 2 console.log/warn calls with
  p5._friendlyError() (vertex texture warning, instancing)
- All messages now respect p5.disableFriendlyErrors setting