luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
570 stars 109 forks source link

Allow DSA "Get" commands to have out params #50

Closed frabert closed 7 years ago

frabert commented 7 years ago

This PR intends to allow DSA commands such as glGetTextureLevelParameterEXT to have out parameters as well. There may be other such commands, but I am not sure yet.