How to use `RecordingCommandBuffer`?
### 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 条评论