Contents

elementArrayType()

Provides a description of the underlying array when the pointer points to an array.

Declaration

func elementArrayType() -> MTLArrayType?

Return Value

An object that describes the array. If the pointer does not point to an array, this method returns nil.

See Also

Obtaining details for complex pointer elements