@Suhas Please provide more details and perhaps sample code, because I had some issues when trying to use VBO. Have you had VBO usage working on the emulator or just the real device, because I have only tried on the emulator with no luck? What type of frame rate increase did you realize just by switching to VBO? Will GL_FIXED data type work (I thought perhaps only float would work and that might have been my problem)?
Please see this thread to know where my attempts failed: http://groups.google.com/group/android-developers/browse_thread/thread/9f9e327c3a22d856 Basically, the following calls failed (gl was already type casted to GL11): -gl.glGetString(GL11.GL_EXTENSIONS) -gl.glBufferData(GL11.GL_ARRAY_BUFFER, 4 * squareFX.length, vertexBufferData, GL11.GL_STATIC_DRAW); On Feb 18, 1:47 am, suhas gavas <[email protected]> wrote: > hi all, > I have used some of the GL11 functions in my code and it has improved > my fps and that is VBO(vertex buffer object) > > Regards, > Suhas > > On 2/18/09, quakeboy <[email protected]> wrote: > > > > > > > I hope this is going to be helpful for the whole community who work on > > OpenGL ES in Android. > > Please reply with the extension functions you have used and got it > > working apart from OpenGL ES 1.0 functions. > > Post the functions from EGL11, GL11, GL11Ext, GL11Extensions > > > Here is my list of working GL11 functions > > > 1. glTexParameteriv (GL11) > > 2. glDrawTexiOES (GL11Ext) - OES_draw_texture extension > > > I have tried ****"OES_framebuffer_object extension"**** > > (GL11Extensions) > > and could not get them to work. I guess they are not supported. > > > Thanks to everyone who are sharing their information here in advance. > > I hope guys at google hear this and release add a document about the > > same to save all our time.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

