---
title: fragmentStaticLinkingDescriptor
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtl4meshrenderpipelinedescriptor/fragmentstaticlinkingdescriptor
---

# fragmentStaticLinkingDescriptor

Provides static linking information for the fragment stage of the render pipeline.

## Declaration

```swift
@NSCopying var fragmentStaticLinkingDescriptor: MTL4StaticLinkingDescriptor! { get set }
```

## Discussion

Discussion Use this property to link extra shader functions to the fragment stage of the render pipeline.
