---
title: fragmentArguments
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinereflection/fragmentarguments
---

# fragmentArguments

An array of argument instances, each of which represent a parameter of the pipeline state’s fragment shader.

## Declaration

```swift
var fragmentArguments: [MTLArgument]? { get }
```

## Discussion

Discussion The MTLArgument elements in the array are in the same order as the fragment shader’s declaration signature.

## See Also

### Deprecated

- [vertexArguments](metal/mtlrenderpipelinereflection/vertexarguments.md)
- [tileArguments](metal/mtlrenderpipelinereflection/tilearguments.md)
