heyx3 / Bplus.jl

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

Support taking a raw pointer for `GL.Buffer` data #43

Closed heyx3 closed 1 month ago

heyx3 commented 1 year ago

OpenGL takes it as a pointer anyway, so why not?

Support both Ref and Ptr if feasible, but Ptr is more important among the two.

heyx3 commented 1 month ago

Getting and setting buffer data has been significantly improved in 0.2.0, including this feature.