Render PImage using P2D?

It’s not necessary.

You can just handle the PGraphics as if it were a PImage.

  image(pg, 0, 0);
1 Like