Skip to content

ngl: Set up buffers and arrays once

Matthias Clasen requested to merge ngl-setup-once into master

Keep the array buffer around, and use glBufferSubData to update it when possible, and only set up the vertex array once, too.

Merge request reports