wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.
MIT License
1.81k stars 475 forks source link

how to get the handler fbo target? #111

Open changjiashuai opened 7 years ago

changjiashuai commented 7 years ago

how to get the handler fbo target?

wysaid commented 7 years ago

See: https://github.com/wysaid/android-gpuimage-plus/blob/master/library/src/main/java/org/wysaid/nativePort/CGEFrameRenderer.java#L141

If you want to get the FBO target id, just add a getter function for the jni part. The code is provided.