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
glBegin(...), glEnd(), glVertex3*, etc. are deprecated and probably won't be available in future OpenGL versions, resp. are already not available in recent versions of OpenGL ES.
glBegin(...), glEnd(), glVertex3*, etc. are deprecated and probably won't be available in future OpenGL versions, resp. are already not available in recent versions of OpenGL ES.
use vbo rendering instead.