what’s the relationship between RenderScript of Android and OpenGL Shading Language?
what’s the relationship between RenderScript of Android and OpenGL Shading Language?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no relationship between Renderscript and the OpenGL ES shading language. Renderscript is a C99-based language for accelerating compute workloads across a wide variety of devices. GL ES shader language is a restricted C-like language that is primarily used for graphics.