[PR #2071] [MERGED] vk_resource_pool: Handle eErrorFragmentedPool. #2473

Closed
opened 2026-02-27 21:16:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2071
Author: @squidbus
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @georgemoralis

Base: mainHead: frag-pool


📝 Commits (1)

  • c600c25 vk_resource_pool: Handle eErrorFragmentedPool.

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/video_core/renderer_vulkan/vk_resource_pool.cpp (+2 -1)

📄 Description

While I was debugging something related to descriptor sets, I ran into eErrorFragmentedPool from allocating descriptor sets. This is similar to but more specific than eErrorOutOfPoolMemory, and can be handled the same.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2071 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `frag-pool` --- ### 📝 Commits (1) - [`c600c25`](https://github.com/shadps4-emu/shadPS4/commit/c600c2516554bc644ed349efc9941ee39d460085) vk_resource_pool: Handle eErrorFragmentedPool. ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/vk_resource_pool.cpp` (+2 -1) </details> ### 📄 Description While I was debugging something related to descriptor sets, I ran into `eErrorFragmentedPool` from allocating descriptor sets. This is similar to but more specific than `eErrorOutOfPoolMemory`, and can be handled the same. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2473
No description provided.