MCPcopy Create free account
hub / github.com/benfry/processing4 / enableFBOLayer

Method enableFBOLayer

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

Source from the content-addressed store, hash-verified

528
529
530 public void enableFBOLayer() {
531 fboLayerEnabledReq = true;
532 }
533
534
535 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