nicebyte / nicegraf

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

Implemented ngf_shutdown on Vulkan backend and Fixed Vulkan Cleanup Bugs #160

Closed abm-77 closed 1 year ago

abm-77 commented 1 year ago

ngf_shutdown destroys the Vulkan Device, DebugUtilsMessengerEXT, and the Vulkan instance. This PR also cleans up some Vulkan objects that were leaked before like the render passes with the render pass cache, all of the object events, and the debug messenger.