android-gpuimage
android-gpuimage copied to clipboard
use interface named GLRenderView to reduce if And else
What does this change?
In the business code, many if and else case judgments are used, and the interface is suitable to reduce this kind of code.
Use interface named GLRenderView to replace GLSurfaceView And GLTextureView in Logic code.