processing / processing-android

Processing mode and core library to create Android apps with Processing
http://android.processing.org
779 stars 293 forks source link

Port buffer object streaming from OpenGL renderer in Java mode #675

Closed codeanticode closed 2 years ago

codeanticode commented 2 years ago

OpenGL ES 3.0 supports buffer object mapping:

https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glMapBufferRange.xhtml

which will make it possible to port buffer object streaming recently implemented in the Java mode:

https://github.com/processing/processing4/issues/196

codeanticode commented 2 years ago

Duplicate of #697