Contents

MTLArrayType

A description of an array.

Declaration

class MTLArrayType

Overview

An MTLArrayType instance provides details about an array parameter. Don’t create MTLArrayType instances directly; other reflection instances contain properties to determine if a parameter is an array and to obtain the MTLArrayType instance that describes the array.

Topics

Describing the array elements

Obtaining details for complex array elements

Instance Methods

See Also

Shader types