5 #include "../Image.hpp"
12 namespace mn::Graphics::Backend
26 std::unique_ptr<CommandBuffer> allocateBuffer()
const;
39 void begin(
bool one_time =
true)
const;
43 auto getHandle()
const {
return handle; }
44 void submit(std::shared_ptr<Fence> fence)
const;
45 void bufferToImage(std::shared_ptr<Buffer> buffer,
const Image::Attachment& image)
const;
Definition: Command.hpp:33
Definition: Command.hpp:18
Definition: TypedHandle.hpp:9