ITADN

How to use `RecordingCommandBuffer`?

#2763Openitzmeanjan 创建于 2026-01-09
I
itzmeanjancommented
### Question description Instead of `AutoCommandBufferBuilder`, I'm using `RecordingCommandBuffer`, so that I can manually apply what barriers I want. After ending recording of commands, I receive `CommandBuffer` instance, which appears to not implement `PrimaryCommandBufferAbstract` trait. So how do I actually submit the command-buffer to queue?
0 条评论