Contents

MTLComputePipelineDescriptor

An instance describing the desired GPU state for a kernel call in a compute pass.

Declaration

class MTLComputePipelineDescriptor

Mentioned in

Overview

A pipeline descriptor provides information necessary for creating an MTLComputePipelineState instance.

Topics

Configuring the compute execution environment

Configuring compute pass inputs

Configuring buffer mutability

Identifying the pipeline state object

Configuring indirect command buffers

Configuring shader validation

Reset to defaults

Loading dynamic libraries to link at runtime

Setting callable functions

Loading binary archives

Instance Properties

See Also

Configuring a compute pipeline state