
how to use VBO on ES20?
Posted Wednesday, 9 December, 2009 - 06:42 by aik6980 inHi,
I used OpenGL before but this is my first time for OpenTK :) (also ES20)
I'm developing an app using ES20, is it possible to use VBO ext on ES20? I think I found VBO is supported from the ES20 specification, but I cannot find those functions on OpenTK.
Thanks in advance


Comments
Re: how to use VBO on ES20?
VBOs are core in ES20 (and ES11). The functions you need are:
Extensions are available through nested classes, e.g.
GL.Oes.MapBuffer(...).