#include <command_buffer_mtl.h>
Public Member Functions | |
~CommandBufferMTL () override | |
![]() | |
virtual | ~CommandBuffer () |
void | WaitUntilScheduled () |
Force execution of pending GPU commands. More... | |
std::shared_ptr< RenderPass > | CreateRenderPass (const RenderTarget &render_target) |
Create a render pass to record render commands into. More... | |
std::shared_ptr< BlitPass > | CreateBlitPass () |
Create a blit pass to record blit commands into. More... | |
std::shared_ptr< ComputePass > | CreateComputePass () |
Create a compute pass to record compute commands into. More... | |
Friends | |
class | ContextMTL |
Additional Inherited Members | |
![]() | |
enum | Status { Status::kPending, Status::kError, Status::kCompleted } |
using | CompletionCallback = std::function< void(Status)> |
![]() | |
CommandBuffer (std::weak_ptr< const Context > context) | |
![]() | |
std::weak_ptr< const Context > | context_ |
Definition at line 16 of file command_buffer_mtl.h.
|
overridedefault |
|
friend |
Definition at line 22 of file command_buffer_mtl.h.