cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
8.95k stars 2.26k forks source link

use interface named GLRenderView to reduce if And else #543

Open xiong-it opened 2 years ago

xiong-it commented 2 years ago

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.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

xiong-it commented 2 years ago

Use interface named GLRenderView to replace GLSurfaceView And GLTextureView in Logic code.