-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b17
-
generic
-
os_x
In MTLBlitLoops.copyArea() method we get blitEncoder from CommandBuffer to perform copy operation.But this standalone encoder has no information related to clip opcodes(Rect Clip and Shape Clip).
We need to query and use encoder from EncoderManager to get appropriate encoder with Clip states.
We need to query and use encoder from EncoderManager to get appropriate encoder with Clip states.