Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
requestFBOLayer
Method · 0.95
initPresentMode
Method · 0.95
endRender
Method · 0.95
unbindTyped
Method · 0.80
filter
Method · 0.80
copy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected