Is it possible to program GPU for Android

前端 未结 4 1146
一个人的身影
一个人的身影 2021-01-01 21:23

I am now programming on Android and I wonder whether we can use GPGPU for Android now? I once heard that Renderscript can potentially execute on GPGPU in the future. But I w

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 22:13

    yes , it is possible .

    you can use either renderscript or opengGL ES 2.0 .

    renderscript is available on android 3.0 and above , and openGL ES 2.0 is available on about 95% of the devices.

提交回复
热议问题