pointerType()
Provides a description of the underlying pointer when the struct member holds a pointer.
Declaration
func pointerType() -> MTLPointerType?Return Value
An object that describes the pointer. If dataType indicates that this member isn’t a pointer, this method returns nil.