MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / dispose

Method dispose

imgui-app/src/main/java/imgui/app/Window.java:45–45  ·  view source on GitHub ↗

Releases all resources owned by the window and its backends.

()

Source from the content-addressed store, hash-verified

43 * Releases all resources owned by the window and its backends.
44 */
45 protected abstract void dispose();
46
47 /**
48 * Main application loop. Drives {@link #runFrame()} until the window is asked to close.

Callers 1

launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected