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

Method dispose

core/src/processing/opengl/Texture.java:1178–1184  ·  view source on GitHub ↗

Marks the texture object for deletion.

()

Source from the content-addressed store, hash-verified

1176 * Marks the texture object for deletion.
1177 */
1178 protected void dispose() {
1179 if (glres != null) {
1180 glres.dispose();
1181 glres = null;
1182 glName = 0;
1183 }
1184 }
1185
1186
1187 protected boolean contextIsOutdated() {

Callers 4

resizeMethod · 0.95
allocateMethod · 0.95
contextIsOutdatedMethod · 0.95
copyObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected