heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

Add `GL` functions to change a `Mesh`'s set of vertex data #45

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Currently, a mesh's set of Buffers is set in stone after creation. However, by my understanding OpenGL VAO's do not actually have this limitation.