Compute
public enum Compute : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case value = "VALUE" -
Undocumented
Declaration
Swift
case standard = "STANDARD" -
Undocumented
Declaration
Swift
case performance = "PERFORMANCE" -
Undocumented
Declaration
Swift
case power = "POWER" -
Undocumented
Declaration
Swift
case graphics = "GRAPHICS" -
Undocumented
Declaration
Swift
case powerpro = "POWERPRO" -
Undocumented
Declaration
Swift
case graphicspro = "GRAPHICSPRO" -
Declaration
Swift
public var description: String { get }
View on GitHub
Compute Enumeration Reference