nicebyte / nicegraf

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

Modified ngf_finish to wait for pending command buffers to submit on Vulkan backend #167

Closed abm-77 closed 1 year ago

abm-77 commented 1 year ago

On the Vulkan backend, ngf_finish now utilizes ngfvk_submit_pending_cmd_buffers' to wait for the pending the command buffers to be submit before executingvkDeviceWaitIdle'. ngf_end_frame also uses ngfvk_submit_pending_cmd_buffers to submit command buffers for the current frame.