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

Method enableFBOLayer

core/src/processing/opengl/PGL.java:489–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

487
488
489 public void enableFBOLayer() {
490 fboLayerEnabledReq = true;
491 }
492
493
494 public void disableFBOLayer() {

Callers 6

requestFBOLayerMethod · 0.95
initPresentModeMethod · 0.95
endRenderMethod · 0.95
unbindTypedMethod · 0.80
filterMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected