Documentation Language: Swift

Initializer

init(name:type:)

Creates a new MTL variable.

init(name: String, type: String)

Parameters

name

The variable name for binding

type

The variable type specification

Discussion