heyx3 / Bplus.jl

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

All `GL.AbstractResource` types should double-check that they're not used within the wrong context #35

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

Basically any function call that will make OpenGL calls should double-check that it's on the correct thread. Even simple functions like set_uniform().