MCPcopy Index your code
hub / github.com/processing/processing / FrameBuffer

Method FrameBuffer

core/src/processing/opengl/FrameBuffer.java:74–78  ·  view source on GitHub ↗
(PGraphicsOpenGL pg)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 2

allocateMethod · 0.95
createEmptyContextMethod · 0.80

Tested by

no test coverage detected