Skip to main content

Module stage_input_output

Module stage_input_output 

Source
Expand description

Stage input/output descriptors.

Corresponds to Metal/MTLStageInputOutputDescriptor.hpp.

These descriptors are used to describe the layout of data passed between pipeline stages in compute kernels.

Structsยง

AttributeDescriptor
Describes an attribute in a stage input/output descriptor.
AttributeDescriptorArray
An array of attribute descriptors.
BufferLayoutDescriptor
Describes the layout of data in a buffer for stage input/output.
BufferLayoutDescriptorArray
An array of buffer layout descriptors.
StageInputOutputDescriptor
Describes the input and output data for a compute kernel stage.