Contents

tileBuffers

An array that contains the buffer mutability options for a render pipeline’s tile function.

Declaration

var tileBuffers: MTLPipelineBufferDescriptorArray { get }

Discussion

This property returns an array of MTLPipelineBufferDescriptor objects, with each array index corresponding to the same index in the buffer argument table for the render pipeline’s tile shader.

See Also

Specifying graphics functions and associated data