GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.88k
stars
611
forks
source link
Customization work and faced inaccessible due to 'internal' protection level #267
Open
deshan opened 6 years ago
I did same thing with GPUImage 1. Now want to do this with GPUImage2 and faced few issues.
I want to create a custom RenderView for iOS. When I do this, I am getting four of private inaccessible protection errors.
Can make them public?