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

Method initFBOLayer

core/src/processing/opengl/PJOGL.java:298–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296
297
298 @Override
299 protected void initFBOLayer() {
300 if (0 < sketch.frameCount) {
301 if (isES()) initFBOLayerES();
302 else initFBOLayerGL();
303 }
304 }
305
306
307 private void initFBOLayerES() {

Callers

nothing calls this directly

Calls 3

initFBOLayerESMethod · 0.95
initFBOLayerGLMethod · 0.95
isESMethod · 0.80

Tested by

no test coverage detected