android-gpuimage icon indicating copy to clipboard operation
android-gpuimage copied to clipboard

use interface named GLRenderView to reduce if And else

Open xiong-it opened this issue 3 years ago • 2 comments

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.

xiong-it avatar May 11 '22 10:05 xiong-it

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 11 '22 10:05 CLAassistant

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

xiong-it avatar Jul 13 '22 02:07 xiong-it