float(_:)
Returns an argument value representing the MSL value float(x).
Declaration
@export(implementation) static func float<T>(_ x: T) -> Shader.Argument where T : BinaryFloatingPointReturns an argument value representing the MSL value float(x).
@export(implementation) static func float<T>(_ x: T) -> Shader.Argument where T : BinaryFloatingPoint