mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
[vulkan] Removed unneccesary UpdateBuffers from the end session of TFB/ Thanks Pavel
This commit is contained in:
parent
1ebdef1a02
commit
46c2a81f4a
1 changed files with 0 additions and 3 deletions
|
|
@ -931,9 +931,6 @@ private:
|
|||
return;
|
||||
}
|
||||
has_flushed_end_pending = false;
|
||||
|
||||
// Refresh buffer state before ending transform feedback to ensure counters_count is up-to-date.
|
||||
UpdateBuffers();
|
||||
if (buffers_count == 0) {
|
||||
LOG_DEBUG(Render_Vulkan, "EndTransformFeedbackEXT called with no counters (buffers_count=0)");
|
||||
scheduler.Record([](vk::CommandBuffer cmdbuf) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue