---
title: pipelineIndependent
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtl4binaryfunctionoptions/pipelineindependent
---

# pipelineIndependent

Compiles the function to have its function handles return a constant MTLResourceID across all pipeline states. The function needs to be linked to the pipeline that will use this function.

## Declaration

```swift
static var pipelineIndependent: MTL4BinaryFunctionOptions { get }
```
