processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Port buffer object streaming from OpenGL renderer in Java mode

Open codeanticode opened this issue 3 years ago • 0 comments

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 avatar Mar 13 '22 14:03 codeanticode