glad icon indicating copy to clipboard operation
glad copied to clipboard

Add version modules to D/Volt bindings

Open Wallbraker opened this issue 8 years ago • 0 comments

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?

Wallbraker avatar Jan 28 '17 11:01 Wallbraker