mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 04:42:10 +00:00
vo_gpu: vulkan: fix sharing mode on malloc'd buffers
Might explain some of the issues in multi-queue scenarios?
This commit is contained in:
parent
5abe0bd593
commit
97b1482d53
@ -147,7 +147,6 @@ static struct vk_slab *slab_alloc(struct mpvk_ctx *vk, struct vk_heap *heap,
|
||||
.usage = heap->usage,
|
||||
.sharingMode = vk->num_pools > 1 ? VK_SHARING_MODE_CONCURRENT
|
||||
: VK_SHARING_MODE_EXCLUSIVE,
|
||||
.sharingMode = VK_SHARING_MODE_EXCLUSIVE,
|
||||
.queueFamilyIndexCount = vk->num_pools,
|
||||
.pQueueFamilyIndices = qfs,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user