android-gpuimage-plus
android-gpuimage-plus copied to clipboard
Tip: Load texture xxxx.png failed!
If you use Kotlin
use
CGENativeLibrary.setLoadImageCallback(mLoadImageCallback, Object())
instead of
CGENativeLibrary.setLoadImageCallback(mLoadImageCallback, null)
:trollface: