0

Currently in an Android application that I'm have develop a android application that used filter blur. the filter blur work on android emulator(SDK) but when i publish it on real android phone and run it, the filter blur dose not work in run time. any idea what i missing here?

sorry for bad grammar...

4

1 回答 1

1

我不相信过滤器在renderMode设置为GPU. 要使过滤器正常工作,请确保将其设置为CPU,尽管这样做可能会对性能产生一些其他影响。

于 2013-02-24T13:27:14.067 回答