OpenGL features in view based application
Can we use OpenGles Features in a view based application?
I mean in a view-based application when one presses the button, the appl开发者_如何学Cication should go to OpenGLes view and display the image processing application.
Given that vague of a question all I can do is point you to http://developer.android.com/guide/topics/graphics/opengl.html and hope for the best. More info might lend to better answers.
精彩评论