flyx / OpenGLAda

Thick Ada binding for OpenGL and GLFW
flyx.github.io/OpenGLAda/
MIT License
95 stars 13 forks source link

glBindBufferBase needed #115

Closed rogermc2 closed 6 years ago

rogermc2 commented 6 years ago

I've implemented glBindBufferBase, based on the current bind routines, in GL.Objects.Buffers as

procedure Bind_Buffer_Base (Target : Buffer_Target; Index : UInt;
                               Object : Buffer'Class);

Improvement recommendations will be appreciated.

rogermc2 commented 6 years ago

To be included in future PR