Skip to main content

Module command_buffer

Module command_buffer 

Source
Expand description

Metal command buffer.

Corresponds to Metal/MTLCommandBuffer.hpp.

A command buffer stores encoded commands that the GPU will execute.

Structsยง

CommandBuffer
A buffer that stores encoded commands for the GPU to execute.
CommandBufferDescriptor
A descriptor for configuring command buffer creation.