<!--
{
  "availability" : [
    "iOS: 8.0.0 - 16.0.0",
    "iPadOS: 8.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0",
    "macOS: 10.11.0 - 13.0.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLPipelineOption/argumentInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLPipelineOption@MTLPipelineOptionArgumentInfo"
  },
  "title" : "argumentInfo"
}
-->

# argumentInfo

An option instance that provides argument information for textures and threadgroup memory.

```
static var argumentInfo: MTLPipelineOption { get }
```

## Discussion

This option provides all properties of an [`MTLArgument`](/documentation/Metal/MTLArgument) instance, except for [`bufferStructType`](/documentation/Metal/MTLArgument/bufferStructType) and [`bufferPointerType`](/documentation/Metal/MTLArgument/bufferPointerType), which are `nil`. To obtain these detailed buffer type properties, retrieve the [`bufferTypeInfo`](/documentation/Metal/MTLPipelineOption/bufferTypeInfo) instance.

---

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)