shaderir: Remove some builtin functions

'degrees' and 'radians' are not defined in Metal.
This commit is contained in:
Hajime Hoshi 2020-08-05 02:06:26 +09:00
parent ffee5eb6b8
commit 6003d85f75

View File

@ -251,8 +251,6 @@ func ParseBuiltinFunc(str string) (BuiltinFunc, bool) {
Mat2F,
Mat3F,
Mat4F,
Radians,
Degrees,
Sin,
Cos,
Tan,