Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vk: Fix cleanup logic in VulkanStagePool::terminate (#8484)
Updated the `terminate` function to correct resource cleanup. Changed `mUsedStages` to `mUsedImages` and `mFreeStages` to `mFreeImages` to ensure proper memory management during termination.
- Loading branch information