File libplacebo-allow_bigger_queue.patch of Package libplacebo
diff --git a/src/vulkan/common.h b/src/vulkan/common.h
index d0fc54c..83f6220 100644
--- a/src/vulkan/common.h
+++ b/src/vulkan/common.h
@@ -43,8 +43,8 @@
VK_FUN(name) = (PFN_vk##name) get_addr(inst, "vk" #name);
// Hard-coded limit on the number of pending commands, to avoid OOM loops
-#define PL_VK_MAX_PENDING_CMDS 1024
+#define PL_VK_MAX_PENDING_CMDS 16384
// Shitty compatibility alias for very old vulkan.h versions
#ifndef VK_API_VERSION_1_2