Open iperov opened 3 days ago
Thanks for opening the ticket. The GL bindings are automatically generated from the spec by this tool: https://github.com/pyglet/pyglet/blob/master/tools/gengl.py
Could your idea be implemented directly at this stage? It seems like it would be the appropriate place for it.
I don't know the structure of pyglet. I only suggested how it might look like in the end.
Describe the solution you'd like
pyglet.gl.gl* funcs have no popup hint of arguments
here is my code example to use annotations which will work as IDE hint and ctypes configurator
Could probably be improved.