<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLFunctionStitchingInputNode",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(cs)MTLFunctionStitchingInputNode"
  },
  "title" : "MTLFunctionStitchingInputNode"
}
-->

# MTLFunctionStitchingInputNode

A call graph node that describes an input to the call graph.

```
class MTLFunctionStitchingInputNode
```

## Overview

An input node contains data from one of the stitched function’s parameters. The output data type of an input node has the same type as the matching parameter.

## Topics

### Initializing an input node

[`init(argumentIndex:)`](/documentation/Metal/MTLFunctionStitchingInputNode/init(argumentIndex:))

Creates a new input node.

### Configuring an input node

[`argumentIndex`](/documentation/Metal/MTLFunctionStitchingInputNode/argumentIndex)

The index in the command’s buffer argument table that declares which data to read for this input node.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)