pub static MTLBufferLayoutStrideDynamic: NSUIntegerAvailable on crate feature
MTLVertexDescriptor only.Expand description
when a MTLVertexBufferLayoutDescriptor has its stride set to this value, the stride will be dynamic and must be set explicitly when binding a buffer to a render command encoder.
See also Appleās documentation