Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android的RenderScript和OpenGL Shading Language有什么关系?
Renderscript 和 OpenGL ES 着色语言之间没有关系。Renderscript 是一种基于 C99 的语言,用于加速各种设备上的计算工作负载。GL ES 着色器语言是一种受限制的类 C 语言,主要用于图形。