Faster way of passing PGraphics content to GLTexture then tex.putImage(pg) ?
in
Contributed Library Questions
•
1 year ago
I just wondered if there is a faster way of passing the content of a PGraphics to a GLTexture then using
as this seems to eat up a whole lot of performance.
- tex.putImage(pg);
as this seems to eat up a whole lot of performance.
1