Skip to main content

Module function_stitching

Module function_stitching 

Source
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ยง

FunctionStitchingAttribute
Base type for function stitching attributes.
FunctionStitchingAttributeAlwaysInline
Attribute that marks a function for inlining.
FunctionStitchingFunctionNode
A function node in a function stitching graph.
FunctionStitchingGraph
A graph defining how functions are stitched together.
FunctionStitchingInputNode
An input node in a function stitching graph.
FunctionStitchingNode
Base type for function stitching nodes.
StitchedLibraryDescriptor
Descriptor for creating a stitched library.
StitchedLibraryOptions
Options for stitched library creation.