MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / finalize

Method finalize

src/main/java/field/graphics/BaseMesh.java:436–438  ·  view source on GitHub ↗

destroy this mesh and all OpenGL resources associated with it.

()

Source from the content-addressed store, hash-verified

434 * destroy this mesh and all OpenGL resources associated with it.
435 */
436 public void finalize() {
437 GraphicsContext.postQueueInAllContexts(this::destroy);
438 }
439
440 protected void destroy() {
441 Integer s = GraphicsContext.remove(this);

Callers 1

updateSceneMethod · 0.45

Calls 1

Tested by

no test coverage detected