Skip to content

How to submit a RawCommandBuffer? #2528

Closed
@bits0rcerer

Description

@bits0rcerer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions