destroy this mesh and all OpenGL resources associated with it.
()
| 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); |
no test coverage detected