Hi, I am doing the opengl-es10 tutorial available here: http://developer.android.com/resources/tutorials/opengl/opengl-es10.html
I have done up to the part where the green triangle should appear. Unfortunately it does not. I've put a breakpoint in onSurfaceCreated() routine to make sure its hitting the code to gl.glDrawArrays() and it is indeed hitting this code. Is there something I need to do with a manifest which is not listed in the tutorial? John -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

