vulkano icon indicating copy to clipboard operation
vulkano copied to clipboard

Manual pipeline barrier in AutoCommandBuffer for debugging and workarounds

Open SamHSmith opened this issue 4 years ago • 1 comments

Would it be possible to add the ability to force a pipeline barrier in an autocommandbuffer. Currently in issues such as this one must play around with other commands to try force a barrier in the case vulkano isn't insterting one automatically.

Would be nice with buffer_barrier and image_barrier functions for debugging purposes.

SamHSmith avatar May 11 '20 15:05 SamHSmith

The proposal in #1917 would allow this, once it is implemented.

Rua avatar Aug 12 '22 13:08 Rua