Documentation Language: Swift

Case

MTLExecutionError.variableNotFound(_:)

The specified variable was not found in the current scope.

case variableNotFound(String)

Parameters

String

The name of the variable that could not be found.