openglonmetal / MGL

OpenGL 4.6 on Metal
Apache License 2.0
781 stars 30 forks source link

advertise GLSL 4.6 and fix offset in draw functions #32

Closed conversy closed 2 years ago

conversy commented 2 years ago

4.6 was not fully advertised, which prevented the use of gl_BaseInstance. In the absence of glUniform*, gl_BaseInstance is useful (if not required) for drawing multiple, different objects...