openGL ES gpu thread on android devices

Posted by Sponge on Stack Overflow See other posts from Stack Overflow or by Sponge
Published on 2010-04-07T00:00:01Z Indexed on 2010/04/07 0:03 UTC
Read the original article Hit count: 172

Filed under:
|
|

does anyone know what part of the opengl es thread on an android device runs on the gpu (if it has one). just the method calls you make with the GL10 adapter class? or the complete onDraw method in your custom Renderer class?

© Stack Overflow or respective owner

Related posts about opengl-es

Related posts about android