We are about to switch to a new forum software. Until then we have removed the registration on this forum.
p5.RendererGL link on reference page shows nothing....is it not supported at the moment?
I ask because I am interested in using p5.Texture and it needs a p5.RendererGL context to support it.
Answers
hi @MKAV, sorry for the late response—the p5.RendererGL is more of an internal class at the moment. if you want to use it, you'll need to dig into the p5.js source directly.
Okay, I think I misunderstood the documentation. Using 'WEBGL' as a third parameter in the createCanvas() function was all I needed to do.