shadPS4/src
Niram7777 304a2c7c78
Vulkan presenter reset CommandBuffer on *_scheduler (#4221)
[Render.Vulkan] <error> (shadPS4:Main) vk_platform.cpp:58 DebugUtilsCallback: VUID-vkDestroyImage-image-01000: vkDestroyImage(): can't be called on VkImage 0x850000000085[Frame image #2] that is currently in use by VkCommandBuffer 0x560ea08752c0[CommandPool: Command Buffer 2].
The Vulkan spec states: All submitted commands that refer to image, either directly or via a VkImageView, must have completed execution (https://docs.vulkan.org/spec/latest/chapters/resources.html#VUID-vkDestroyImage-image-01000)

Finish needed because of:

[Render.Vulkan] <error> (shadPS4:Main) vk_platform.cpp:58 DebugUtilsCallback: VUID-vkEndCommandBuffer-commandBuffer-00059: vkEndCommandBuffer(): Cannot be called for VkCommandBuffer 0x55c62bfbb580[CommandPool: Command Buffer 3] when it is not in a recording state, vkBeginCommandBuffer() must first be called.
The Vulkan spec states: commandBuffer must be in the recording state (https://docs.vulkan.org/spec/latest/chapters/cmdbuffers.html#VUID-vkEndCommandBuffer-commandBuffer-00059)
2026-04-05 07:44:50 +03:00
..
common Update serdes.h (#4214) 2026-04-04 08:38:51 +03:00
core Lib.Sysmodule: Allow libSceSystemGesture LLE (#4223) 2026-04-05 00:35:53 +03:00
images Qt: Add GUI for game-specific settings (#3533) 2025-09-10 12:18:39 +03:00
imgui Vulkan device destroy DescriptorPool on Shutdown (#4217) 2026-04-04 21:57:22 +03:00
input readd missing line (#4180) 2026-03-27 18:20:26 +02:00
shader_recompiler GS fixes (#4213) 2026-04-04 13:02:44 +03:00
video_core Vulkan presenter reset CommandBuffer on *_scheduler (#4221) 2026-04-05 07:44:50 +03:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp WIP: port: Add x64 FreeBSD (#3927) 2026-03-30 13:44:29 +03:00
emulator.h Local multiplayer support (#4169) 2026-03-27 06:37:25 -05:00
main.cpp New config mode (part1 of 0.15.1 branch series) (#4145) 2026-03-21 22:26:36 +02:00
sdl_window.cpp WIP: port: Add x64 FreeBSD (#3927) 2026-03-30 13:44:29 +03:00
sdl_window.h Local multiplayer support (#4169) 2026-03-27 06:37:25 -05:00
shadps4.rc [Windows] Adding Properties to the Executable (#2789) 2025-04-17 09:43:14 +03:00