---
title: MTL4ArgumentTableDescriptor
framework: metal
role: symbol
role_heading: Class
path: metal/mtl4argumenttabledescriptor
---

# MTL4ArgumentTableDescriptor

Groups parameters for the creation of a Metal argument table.

## Declaration

```swift
class MTL4ArgumentTableDescriptor
```

## Mentioned in

Understanding the Metal 4 core API

## Overview

Overview Argument tables provide resource bindings to your Metal pipeline states.

## Topics

### Instance Properties

- [initializeBindings](metal/mtl4argumenttabledescriptor/initializebindings.md)
- [label](metal/mtl4argumenttabledescriptor/label.md)
- [maxBufferBindCount](metal/mtl4argumenttabledescriptor/maxbufferbindcount.md)
- [maxSamplerStateBindCount](metal/mtl4argumenttabledescriptor/maxsamplerstatebindcount.md)
- [maxTextureBindCount](metal/mtl4argumenttabledescriptor/maxtexturebindcount.md)
- [supportAttributeStrides](metal/mtl4argumenttabledescriptor/supportattributestrides.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Submitting work to a GPU with Metal 4

- [MTL4CommandQueue](metal/mtl4commandqueue.md)
- [MTL4CommandQueueDescriptor](metal/mtl4commandqueuedescriptor.md)
- [MTL4CommandQueueError](metal/mtl4commandqueueerror-swift.struct.md)
- [MTL4CommandQueueError.Code](metal/mtl4commandqueueerror-swift.struct/code.md)
- [MTL4CommandQueueErrorDomain](metal/mtl4commandqueueerrordomain.md)
- [MTL4CommandBuffer](metal/mtl4commandbuffer.md)
- [MTL4CommandBufferOptions](metal/mtl4commandbufferoptions.md)
- [MTL4CommandEncoder](metal/mtl4commandencoder.md)
- [MTL4RenderEncoderOptions](metal/mtl4renderencoderoptions.md)
- [MTL4ArgumentTable](metal/mtl4argumenttable.md)
- [MTL4CommandAllocator](metal/mtl4commandallocator.md)
- [MTL4CommandAllocatorDescriptor](metal/mtl4commandallocatordescriptor.md)
- [MTL4CommitOptions](metal/mtl4commitoptions.md)
- [MTL4CommitFeedback](metal/mtl4commitfeedback.md)
- [MTL4CommitFeedbackHandler](metal/mtl4commitfeedbackhandler.md)
