Can I use renderscript in an application that is meant to be for android 2.2 and up?
Because I know that it has been used for wallpapers, but only internal. Did that change, because renderscript is public now?
I am building an application for the tablet, and i am writing it in renderscript, but i want to be able to release it for mobile phones as well. Porting the renderscript code to open gl es 2.0 or sth would be very very hard work for me.
Can I use renderscript in an application that is meant to be for android
Share
Renderscript is a 3.0+ API only. Renderscript was present in 2.2 but the API (and language and compiler) changed a lot in 3.0.