MCPcopy Index your code
hub / github.com/benfry/processing4 / initFBOLayer

Method initFBOLayer

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

Source from the content-addressed store, hash-verified

294
295
296 @Override
297 protected void initFBOLayer() {
298 if (0 < sketch.frameCount) {
299 if (isES()) initFBOLayerES();
300 else initFBOLayerGL();
301 }
302 }
303
304
305 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