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
It seems calling glDrawArrays and glDrawElements without specifying a color array or texture doesn't seem to work (nothing will be rendered, even if GL_COLOR_ARRAY is disabled and glColor is used).
It seems calling
glDrawArraysandglDrawElementswithout specifying a color array or texture doesn't seem to work (nothing will be rendered, even ifGL_COLOR_ARRAYis disabled andglColoris used).