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

Method dispose

core/src/processing/opengl/FrameBuffer.java:357–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355
356
357 protected void dispose() {
358 if (screenFb) return;
359 if (glres != null) {
360 glres.dispose();
361 glFbo = 0;
362 glDepth = 0;
363 glStencil = 0;
364 glMultisample = 0;
365 glDepthStencil = 0;
366 glres = null;
367 }
368 }
369
370
371 protected boolean contextIsOutdated() {

Callers 4

disposeMethod · 0.95
initOffscreenMethod · 0.95
allocateMethod · 0.95
contextIsOutdatedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected