supportAttributeStrides
Controls whether Metal should reserve memory for attribute strides in the argument table.
Declaration
var supportAttributeStrides: Bool { get set }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.