LWJGLX / lwjgl3-awt

AWT support for LWJGL3
MIT License
115 stars 26 forks source link

Patch Memory Leaks in Vulkan Classes #45

Closed SWinxy closed 3 years ago

SWinxy commented 3 years ago

This PR fixes all memory leaks in the org.lwjgl.vulkan.awt package. This partially fixes #43, but doesn't address the OpenGL issues.

SWinxy commented 3 years ago

New minor changes:

@httpdigest whenever you're ready 🙂

httpdigest commented 3 years ago

Thanks!