Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

You probably won't be surprised that OpenGL's classic programming mode is also called immediate mode :)

  glBegin(GL_TRIANGLES);
    glVertex3f(...);
    glVertex3f(...);
    glVertex3f(...);
  glEnd();


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: