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

Tip: Load texture xxxx.png failed!

Open AsynctaskCoffee opened this issue 4 years ago • 0 comments

If you use Kotlin

use

CGENativeLibrary.setLoadImageCallback(mLoadImageCallback, Object())

instead of

CGENativeLibrary.setLoadImageCallback(mLoadImageCallback, null)

:trollface:

AsynctaskCoffee avatar Sep 22 '21 20:09 AsynctaskCoffee