ngfx::MTLCommandBuffer
Inherits from ngfx::CommandBuffer
Public Functions
| Name | |
|---|---|
| virtual | ~MTLCommandBuffer() |
| virtual void | begin() override |
| virtual void | end() override |
| void | commit() |
| void | waitUntilCompleted() |
Public Attributes
| Name | |
|---|---|
| id< MTLCommandBuffer > | v |
Additional inherited members
Public Functions inherited from ngfx::CommandBuffer
| Name | |
|---|---|
| CommandBuffer * | create(GraphicsContext * ctx, CommandBufferLevel level =COMMAND_BUFFER_LEVEL_PRIMARY) |
| virtual | ~CommandBuffer() |
Public Functions Documentation
function ~MTLCommandBuffer
inline virtual ~MTLCommandBuffer()
function begin
inline virtual void begin() override
Reimplements: ngfx::CommandBuffer::begin
Begin recording
function end
inline virtual void end() override
Reimplements: ngfx::CommandBuffer::end
End recording
function commit
void commit()
function waitUntilCompleted
void waitUntilCompleted()
Public Attributes Documentation
variable v
id< MTLCommandBuffer > v;
Updated on 3 April 2021 at 20:21:51 PDT