Expand description
Metal function stitching for shader linking.
Corresponds to Metal/MTLFunctionStitching.hpp.
Function stitching allows creating new functions at runtime by combining existing function graphs.
Structsยง
- Function
Stitching Attribute - Base type for function stitching attributes.
- Function
Stitching Attribute Always Inline - Attribute that marks a function for inlining.
- Function
Stitching Function Node - A function node in a function stitching graph.
- Function
Stitching Graph - A graph defining how functions are stitched together.
- Function
Stitching Input Node - An input node in a function stitching graph.
- Function
Stitching Node - Base type for function stitching nodes.
- Stitched
Library Descriptor - Descriptor for creating a stitched library.
- Stitched
Library Options - Options for stitched library creation.