---
title: arguments
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/shader/arguments
---

# arguments

The uniform argument values passed to the shader function.

## Declaration

```swift
var arguments: [Shader.Argument]
```

## See Also

### Getting the shader function

- [function](swiftui/shader/function.md)
