You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenGLs immediat mode drawing is not only deprecate since OpenGL 3, it is also not very performant.
All OpenGL drawing code should be ported to VBO drawing.