You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if one repeatedly calls ngf_start_cmd_buffer on the same command buffer every frame, without ever submitting the command buffer, the vulkan backend will leak command buffer objects. either this pattern needs to be guarded against, or ngf_start_cmd_buffer needs to decommission any pre-existing resources in the given ngf_command_buffer before doing anything else.
The text was updated successfully, but these errors were encountered:
if one repeatedly calls
ngf_start_cmd_buffer
on the same command buffer every frame, without ever submitting the command buffer, the vulkan backend will leak command buffer objects. either this pattern needs to be guarded against, orngf_start_cmd_buffer
needs to decommission any pre-existing resources in the givenngf_command_buffer
before doing anything else.The text was updated successfully, but these errors were encountered: