mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-25 05:19:19 -06:00
This could happen because the vertex memory was already committed, if a uniform buffer allocation failed and caused a command buffer to be executed, it would be associated with the previous command buffer rather than the buffer containing the draw that consumed these vertices.