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.
Case
The specified variable was not found in the current scope.
case variableNotFound(String)
StringThe name of the variable that could not be found.