Closed
Description
I would like to synchronize between compute dispatch calls but since I dont use descriptors (https://docs.vulkan.org/samples/latest/samples/extensions/buffer_device_address/README.html) vulkano cannot do the sync for me (I assume). I found the RawRecordingCommandBuffer
where I can do my own sync. But now I dont know how to submit that RawCommandBuffer
to a queue.
Is there a way to submit the RawCommandBuffer
?
Other workarounds I can think of are:
- multiple CommandBuffers with fences in between
- use a small dummy descriptor
I would like to keep using vulkano and dodge ash but both workarounds feel suboptimal. Any advice?
- Version of vulkano: master
Metadata
Metadata
Assignees
Labels
No labels