New Paste :: Recent Pastes:: No Line Numbers
Always have this in your code by DELTRON
1
if(GLenum error = glGetError()) {MessageBox(NULL, (const char *)gluErrorString(error), "ERROR", MB_OK); exit(1);}