glad
glad copied to clipboard
Add version modules to D/Volt bindings
Right now in the gl module imports all symbols from the types/func/ext... modules.
If you add one for each version of OpenGL you generating separate bindings would not be required.
For instance one could import amp.gl.v33 in one piece of the code to make sure it only uses OpenGL 3.3, and in another part of the code base import amp.gl.v45. I don't know if we want a module for each extension?