MCPcopy 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

restoreGLMethod · 0.95
endBindFramebufferMethod · 0.95

Calls 1

bindFramebufferImplMethod · 0.45

Tested by

no test coverage detected