---
title: supportAttributeStrides
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtl4argumenttabledescriptor/supportattributestrides
---

# supportAttributeStrides

Controls whether Metal should reserve memory for attribute strides in the argument table.

## Declaration

```swift
var supportAttributeStrides: Bool { get set }
```

## Discussion

Discussion Set this value to true if you intend to provide dynamic attribute strides when binding vertex array buffers to the argument table by calling setAddress(_:attributeStride:index:) The default value of this property is false.
