glMapBuffer is missing from opengl es 2 -


why glmapbuffer missing opengl es 2.0? can access buffer data change efficiently? glbuffersubdata best way modify buffer?

glmapbuffer extension in es 2.0, not part of core spec. vast majority of devices (all ios , andriod) offer extension, not required. core way upload vbo data glbufferdata, or glbuffersubdata.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -