nicebyte / nicegraf

An abstraction layer for graphics APIs.
198 stars 13 forks source link

Memory management and other small fixes #170

Closed bennywwg closed 1 year ago

bennywwg commented 1 year ago

Added release statements to most allocated objects. Memory leaks are essentially eliminated, primarily by releasing command buffers which are created each frame.