vulkano icon indicating copy to clipboard operation
vulkano copied to clipboard

How can I create a command buffer pool and create command buffers from it?

Open psionic12 opened this issue 3 years ago • 0 comments

In practice, it is common that create command buffer pools in each thread, then we can get performance benifits, such as reset pools safely. But I didn't find a way of doing this in Vulkano, it seems that there's only one command buffer pool which is called StandardCommandPoolBuilder, and it seems that all command buffers are born from it.

So, how can I create a command buffer pool manually?

psionic12 avatar Dec 28 '21 10:12 psionic12