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ยง
- Attribute
Descriptor - Describes an attribute in a stage input/output descriptor.
- Attribute
Descriptor Array - An array of attribute descriptors.
- Buffer
Layout Descriptor - Describes the layout of data in a buffer for stage input/output.
- Buffer
Layout Descriptor Array - An array of buffer layout descriptors.
- Stage
Input Output Descriptor - Describes the input and output data for a compute kernel stage.