BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.2k stars 4.61k forks source link

Fix bug in ios 13,Main Thread Checker: UI API called on a background … #2651

Open BartSimpsons opened 3 years ago

BartSimpsons commented 3 years ago

Fix bug in ios 13,Main Thread Checker: UI API called on a background thread.

GPUImageView add viewRect、viewLayer @property. edit createDisplayFramebuffer method and createDisplayFramebuffer method. use viewRect replace self.bounds, user viewLayer replace self.layer.