-
Sub-task
-
Resolution: Fixed
-
P4
-
internal
Current implementation of native functions MTL_Blit and MTL_Isoblit doesn't use some of parameters (at least 'texture' and 'xform' is unsupported) Need to support all parameters and remove unnecessary arguments that came from GL implementation (for example bool argument 'texture' was used to distinguish GL-texture and GL-FBobject; it seems that we can delete this param because Metal hasn't FB-object concept).