Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ bind
Method
bind
core/src/processing/opengl/FrameBuffer.java:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
public
void
bind() {
188
pgl.bindFramebufferImpl(PGL.FRAMEBUFFER, glFbo);
189
}
190
191
public
void
disableDepthTest() {
192
noDepth = true;
Callers
2
restoreGL
Method · 0.95
endBindFramebuffer
Method · 0.95
Calls
1
bindFramebufferImpl
Method · 0.45
Tested by
no test coverage detected