metal.commandbuffer

Undocumented in source.

Members

Aliases

MTLCommandBufferHandler
alias MTLCommandBufferHandler = void function(MTLCommandBuffer)

A completion handler signature a GPU device calls when it finishes scheduling a command buffer, or when the GPU finishes running it.

Classes

MTLCommandBufferDescriptor
class MTLCommandBufferDescriptor

A configuration that customizes the behavior for a new command buffer.

Enums

MTLCommandBufferErrorOption
enum MTLCommandBufferErrorOption

Options for reporting errors from a command buffer.

MTLCommandBufferStatus
enum MTLCommandBufferStatus

The discrete states for a command buffer that represent its life cycle stages.

Interfaces

MTLCommandBuffer
interface MTLCommandBuffer

A container that stores a sequence of GPU commands that you encode into it.

Meta