(PGraphicsOpenGL pg)
| 72 | |
| 73 | |
| 74 | FrameBuffer(PGraphicsOpenGL pg) { |
| 75 | this.pg = pg; |
| 76 | pgl = pg.pgl; |
| 77 | context = pgl.createEmptyContext(); |
| 78 | } |
| 79 | |
| 80 | |
| 81 | FrameBuffer(PGraphicsOpenGL pg, int w, int h, int samples, int colorBuffers, |
nothing calls this directly
no test coverage detected