heyx3 / Bplus.jl

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

Add new functions to the `GL.AbstractResource` interface: `set_name()` and `get_name()` #33

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

OpenGL allows you to set an object's name for debugging. Users will probably also like to access this name.

The OpenGL function to call is glObjectLabel().