mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
* * Make more GL vertex buffer related functions use the xgl prefix. This allows me to later overload them in case I want to try to emulate vertex buffers in software. * * Add (incomplete) GL VBO emulation. Works well enough but it's very slow. * * Define USE_HARDWARE_GL_BUFFERS again.